]> git.proxmox.com Git - qemu.git/commit - xen-all.c
xen: Fix after recent change in dirty bitmap tracking.
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 5 Jan 2012 12:47:08 +0000 (12:47 +0000)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Thu, 5 Jan 2012 12:47:08 +0000 (12:47 +0000)
commitb18620cf760d283b044543c831db5c88e2c66dcd
tree45aacf3e49c92ffdadfa0c185f42014ac36e0908
parentc47f3223658119219bbe0b8d09da733d1c06e76f
xen: Fix after recent change in dirty bitmap tracking.

A recent patch set from Avi break the dirty bitmap support of Xen. But
this is because xen_sync_dirty_bitmap will return an error for an
unhandled memory range (a0000 - bffff). However this is not a fatal
error, so we should just continue instead of aborting.

There is now an error printed when the Xen call failed.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen-all.c