commit | b533f658a98325d0e47b36113bd9f5bcc046fdae | [log] [tgz] |
---|---|---|
author | Mario Smarduch <m.smarduch@samsung.com> | Wed Mar 19 10:24:26 2014 -0700 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Thu Mar 27 19:22:48 2014 +0400 |
tree | 24eb32a52fa67dd77553b00a865d35689428497f | |
parent | a443bc3496658c9e144ad914933607ebc8418979 [diff] |
fix return check for KVM_GET_DIRTY_LOG ioctl Fix return condition check from kvm_vm_ioctl(s, KVM_GET_DIRTY_LOG, &d) to handle internal failures or no support for memory slot dirty bitmap. Otherwise the ioctl succeeds and continues with migration. Addresses BUG# 1294227 Signed-off-by: Mario Smarduch <m.smarduch@samsung.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>