Re: [Qemu-devel] [PATCH 4/4] iotests: add dirty bitmap migration test

2017-12-06 Thread Vladimir Sementsov-Ogievskiy
28.11.2017 10:14, Vladimir Sementsov-Ogievskiy wrote: The test creates two vms (vm_a, vm_b), create dirty bitmap in the first one, do several writes to corresponding device and then migrate vm_a to vm_b with dirty bitmaps. For now, only migration through shared storage for persistent bitmaps is

Re: [Qemu-devel] [PATCH 4/4] iotests: add dirty bitmap migration test

2017-11-27 Thread Vladimir Sementsov-Ogievskiy
28.11.2017 10:14, Vladimir Sementsov-Ogievskiy wrote: The test creates two vms (vm_a, vm_b), create dirty bitmap in the first one, do several writes to corresponding device and then migrate vm_a to vm_b with dirty bitmaps. For now, only migration through shared storage for persistent bitmaps is

[Qemu-devel] [PATCH 4/4] iotests: add dirty bitmap migration test

2017-11-27 Thread Vladimir Sementsov-Ogievskiy
The test creates two vms (vm_a, vm_b), create dirty bitmap in the first one, do several writes to corresponding device and then migrate vm_a to vm_b with dirty bitmaps. For now, only migration through shared storage for persistent bitmaps is available, so it is tested here. Only offline variant is