Re: [Qemu-devel] [PATCH v3 7/8] add mirroring to transaction

2012-03-05 Thread Eric Blake
On 03/05/2012 10:34 AM, Paolo Bonzini wrote: > With it comes a new image creation mode, "no-backing-file", that can > be used to stream an image so that the destination does not need the > original image's backing file(s). > > Both bdrv_append and blkmirror will set the backing_hd on the target, >

[Qemu-devel] [PATCH v3 7/8] add mirroring to transaction

2012-03-05 Thread Paolo Bonzini
With it comes a new image creation mode, "no-backing-file", that can be used to stream an image so that the destination does not need the original image's backing file(s). Both bdrv_append and blkmirror will set the backing_hd on the target, even if the image is created without one, so that both s