Re: [Qemu-devel] bitmap

2017-05-23 Thread Juan Quintela
Stefan Hajnoczi wrote: > On Mon, May 22, 2017 at 06:00:12PM +0430, ali saeedi wrote: >> does this code 'atomic_rcu_read(&migration_bitmap_rcu)->bmap' return bitmap >> of dirty blocks or bitmap of pages? > > This code changed recently. Please refer to qemu.git/master when asking > questions on qem

Re: [Qemu-devel] bitmap

2017-05-22 Thread Stefan Hajnoczi
On Mon, May 22, 2017 at 06:00:12PM +0430, ali saeedi wrote: > does this code 'atomic_rcu_read(&migration_bitmap_rcu)->bmap' return bitmap > of dirty blocks or bitmap of pages? This code changed recently. Please refer to qemu.git/master when asking questions on qemu-devel. I think you're asking a

[Qemu-devel] bitmap

2017-05-22 Thread ali saeedi
Hi does this code 'atomic_rcu_read(&migration_bitmap_rcu)->bmap' return bitmap of dirty blocks or bitmap of pages? thanks a lot