Re: [libvirt] [PATCHv3 26/26] qemu: blockcopy: Don't remove existing disk mirror info

2014-06-26 Thread Peter Krempa
On 06/26/14 05:29, Eric Blake wrote: > On 06/25/2014 10:55 AM, Peter Krempa wrote: >> When creating a new disk mirror the new struct is stored in a separate >> variable until everything went well. The removed hunk would actually >> remove existing mirror information for example when the api would b

Re: [libvirt] [PATCHv3 26/26] qemu: blockcopy: Don't remove existing disk mirror info

2014-06-25 Thread Eric Blake
On 06/25/2014 10:55 AM, Peter Krempa wrote: > When creating a new disk mirror the new struct is stored in a separate > variable until everything went well. The removed hunk would actually > remove existing mirror information for example when the api would be run > if a mirror still exists. > --- >

[libvirt] [PATCHv3 26/26] qemu: blockcopy: Don't remove existing disk mirror info

2014-06-25 Thread Peter Krempa
When creating a new disk mirror the new struct is stored in a separate variable until everything went well. The removed hunk would actually remove existing mirror information for example when the api would be run if a mirror still exists. --- src/qemu/qemu_driver.c | 4 1 file changed, 4 dele