Re: [Qemu-devel] [PATCH for-1.7 0/2] block/drive-mirror: Reuse backing HD for sync=none

2013-11-27 Thread Anthony Liguori
Kevin Wolf writes: > Am 26.11.2013 um 19:02 hat Anthony Liguori geschrieben: >> Max Reitz writes: >> >> > This series fixes the drive-mirror blockjob in case of "none" sync mode >> > to always use the old (current) image file as the backing file of the >> > newly created mirrored file (in case

Re: [Qemu-devel] [PATCH for-1.7 0/2] block/drive-mirror: Reuse backing HD for sync=none

2013-11-27 Thread Kevin Wolf
Am 26.11.2013 um 19:02 hat Anthony Liguori geschrieben: > Max Reitz writes: > > > This series fixes the drive-mirror blockjob in case of "none" sync mode > > to always use the old (current) image file as the backing file of the > > newly created mirrored file (in case of "absolute-paths" mode). >

Re: [Qemu-devel] [PATCH for-1.7 0/2] block/drive-mirror: Reuse backing HD for sync=none

2013-11-26 Thread Anthony Liguori
Max Reitz writes: > This series fixes the drive-mirror blockjob in case of "none" sync mode > to always use the old (current) image file as the backing file of the > newly created mirrored file (in case of "absolute-paths" mode). > > It is rather important to get this into 1.7, as we will introdu

Re: [Qemu-devel] [PATCH for-1.7 0/2] block/drive-mirror: Reuse backing HD for sync=none

2013-11-26 Thread Paolo Bonzini
Il 25/11/2013 20:28, Max Reitz ha scritto: > This series fixes the drive-mirror blockjob in case of "none" sync mode > to always use the old (current) image file as the backing file of the > newly created mirrored file (in case of "absolute-paths" mode). > > It is rather important to get this into

[Qemu-devel] [PATCH for-1.7 0/2] block/drive-mirror: Reuse backing HD for sync=none

2013-11-25 Thread Max Reitz
This series fixes the drive-mirror blockjob in case of "none" sync mode to always use the old (current) image file as the backing file of the newly created mirrored file (in case of "absolute-paths" mode). It is rather important to get this into 1.7, as we will introduce an at least pretty strange