Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-22 Thread Max Reitz
On 22.02.19 17:06, Kevin Wolf wrote: > Am 22.02.2019 um 16:43 hat Max Reitz geschrieben: >> On 22.02.19 16:35, Kevin Wolf wrote: >>> Am 22.02.2019 um 15:16 hat Max Reitz geschrieben: On 19.02.19 10:04, Kevin Wolf wrote: > Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: >> On

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-22 Thread Kevin Wolf
Am 22.02.2019 um 16:43 hat Max Reitz geschrieben: > On 22.02.19 16:35, Kevin Wolf wrote: > > Am 22.02.2019 um 15:16 hat Max Reitz geschrieben: > >> On 19.02.19 10:04, Kevin Wolf wrote: > >>> Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: > On 31.01.19 18:55, Kevin Wolf wrote: > >

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-22 Thread Max Reitz
On 22.02.19 16:35, Kevin Wolf wrote: > Am 22.02.2019 um 15:16 hat Max Reitz geschrieben: >> On 19.02.19 10:04, Kevin Wolf wrote: >>> Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: On 31.01.19 18:55, Kevin Wolf wrote: > Rather than requiring that the external data file node is passed

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-22 Thread Kevin Wolf
Am 22.02.2019 um 15:16 hat Max Reitz geschrieben: > On 19.02.19 10:04, Kevin Wolf wrote: > > Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: > >> On 31.01.19 18:55, Kevin Wolf wrote: > >>> Rather than requiring that the external data file node is passed > >>> explicitly when creating the qcow2

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-22 Thread Max Reitz
On 19.02.19 10:04, Kevin Wolf wrote: > Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: >> On 31.01.19 18:55, Kevin Wolf wrote: >>> Rather than requiring that the external data file node is passed >>> explicitly when creating the qcow2 node, store the filename in the >>> designated header

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-19 Thread Kevin Wolf
Am 19.02.2019 um 01:18 hat Max Reitz geschrieben: > On 31.01.19 18:55, Kevin Wolf wrote: > > Rather than requiring that the external data file node is passed > > explicitly when creating the qcow2 node, store the filename in the > > designated header extension during .bdrv_create and read it from

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-02-18 Thread Max Reitz
On 31.01.19 18:55, Kevin Wolf wrote: > Rather than requiring that the external data file node is passed > explicitly when creating the qcow2 node, store the filename in the > designated header extension during .bdrv_create and read it from there > as a default during .bdrv_open. > >

Re: [Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-01-31 Thread Nir Soffer
On Thu, Jan 31, 2019 at 8:20 PM Kevin Wolf wrote: > Rather than requiring that the external data file node is passed > explicitly when creating the qcow2 node, store the filename in the > designated header extension during .bdrv_create and read it from there > as a default during .bdrv_open. >

[Qemu-devel] [RFC PATCH 10/11] qcow2: Store data file name in the image

2019-01-31 Thread Kevin Wolf
Rather than requiring that the external data file node is passed explicitly when creating the qcow2 node, store the filename in the designated header extension during .bdrv_create and read it from there as a default during .bdrv_open. Signed-off-by: Kevin Wolf --- block/qcow2.h |