Re: [Qemu-devel] [PATCH 10/27] Separate migration bitmap

2012-07-26 Thread Juan Quintela
Avi Kivity wrote: > On 07/24/2012 09:36 PM, Juan Quintela wrote: >> This patch creates a migration bitmap, which is periodically kept in >> sync with the qemu bitmap. A separate copy of the dirty bitmap for the >> migration limits the amount of concurrent access to the qemu bitmap >> from iothread

Re: [Qemu-devel] [PATCH 10/27] Separate migration bitmap

2012-07-25 Thread Avi Kivity
On 07/24/2012 09:36 PM, Juan Quintela wrote: > This patch creates a migration bitmap, which is periodically kept in > sync with the qemu bitmap. A separate copy of the dirty bitmap for the > migration limits the amount of concurrent access to the qemu bitmap > from iothread and migration thread (wh

[Qemu-devel] [PATCH 10/27] Separate migration bitmap

2012-07-24 Thread Juan Quintela
This patch creates a migration bitmap, which is periodically kept in sync with the qemu bitmap. A separate copy of the dirty bitmap for the migration limits the amount of concurrent access to the qemu bitmap from iothread and migration thread (which requires taking the big lock). We use the qemu b