Re: [Qemu-devel] [PATCH V2] xen: Fix after recent change in dirty bitmap tracking.

2012-01-05 Thread Stefano Stabellini
On Thu, 5 Jan 2012, Anthony PERARD wrote: > 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 (a - b). However this is not a fatal error, so we should just > continue instead of

[Qemu-devel] [PATCH V2] xen: Fix after recent change in dirty bitmap tracking.

2012-01-05 Thread Anthony PERARD
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 (a - b). However this is not a fatal error, so we should just continue instead of aborting. There is now an error printed when the