]> Git Repo - qemu.git/commit - kvm-all.c
fix return check for KVM_GET_DIRTY_LOG ioctl
authorMario Smarduch <[email protected]>
Wed, 19 Mar 2014 17:24:26 +0000 (10:24 -0700)
committerMichael Tokarev <[email protected]>
Thu, 27 Mar 2014 15:22:48 +0000 (19:22 +0400)
commitb533f658a98325d0e47b36113bd9f5bcc046fdae
tree24eb32a52fa67dd77553b00a865d35689428497f
parenta443bc3496658c9e144ad914933607ebc8418979
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 <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
kvm-all.c
This page took 0.026725 seconds and 4 git commands to generate.