Re: [Qemu-devel] [PATCH 2/2] block: fix libvirt snapshot with existing bitmaps

2016-06-15 Thread Max Reitz
On 15.06.2016 15:08, Vladimir Sementsov-Ogievskiy wrote: > On 15.06.2016 00:33, Eric Blake wrote: >> On 06/14/2016 11:08 AM, Vladimir Sementsov-Ogievskiy wrote: >>> Fix the following bug: >>> >>> # virsh start test >>> Domain test started >>> >>> # virsh qemu-monitor-command test \ >>>

Re: [Qemu-devel] [PATCH 2/2] block: fix libvirt snapshot with existing bitmaps

2016-06-15 Thread Vladimir Sementsov-Ogievskiy
On 15.06.2016 00:33, Eric Blake wrote: On 06/14/2016 11:08 AM, Vladimir Sementsov-Ogievskiy wrote: Fix the following bug: # virsh start test Domain test started # virsh qemu-monitor-command test \ '{"execute":"block-dirty-bitmap-add",\ "arguments":{"node":"drive0","name":"a

Re: [Qemu-devel] [PATCH 2/2] block: fix libvirt snapshot with existing bitmaps

2016-06-14 Thread Eric Blake
On 06/14/2016 11:08 AM, Vladimir Sementsov-Ogievskiy wrote: > Fix the following bug: > > # virsh start test > Domain test started > > # virsh qemu-monitor-command test \ > '{"execute":"block-dirty-bitmap-add",\ > "arguments":{"node":"drive0","name":"ab"}}' > {"return":{},"id":"lib

[Qemu-devel] [PATCH 2/2] block: fix libvirt snapshot with existing bitmaps

2016-06-14 Thread Vladimir Sementsov-Ogievskiy
Fix the following bug: # virsh start test Domain test started # virsh qemu-monitor-command test \ '{"execute":"block-dirty-bitmap-add",\ "arguments":{"node":"drive0","name":"ab"}}' {"return":{},"id":"libvirt-36"}'}' # virsh snapshot-create test error: Unable to read from monito