Re: [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-13 Thread Eric Blake
On 05/13/2015 03:11 AM, Kevin Wolf wrote: > Am 12.05.2015 um 22:04 hat Eric Blake geschrieben: >> On 05/08/2015 11:21 AM, Kevin Wolf wrote: >>> Eventually we want to be able to change options at runtime. As a first >>> step towards that goal, separate some option handling code from the >>> general

Re: [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: Eventually we want to be able to change options at runtime. As a first step towards that goal, separate some option handling code from the general initialisation code in qcow2_open(). Signed-off-by: Kevin Wolf --- block/qcow2.c | 135

Re: [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-13 Thread Max Reitz
On 08.05.2015 19:21, Kevin Wolf wrote: Eventually we want to be able to change options at runtime. As a first step towards that goal, separate some option handling code from the general initialisation code in qcow2_open(). Signed-off-by: Kevin Wolf --- block/qcow2.c | 135

Re: [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-13 Thread Kevin Wolf
Am 12.05.2015 um 22:04 hat Eric Blake geschrieben: > On 05/08/2015 11:21 AM, Kevin Wolf wrote: > > Eventually we want to be able to change options at runtime. As a first > > step towards that goal, separate some option handling code from the > > general initialisation code in qcow2_open(). > > > >

Re: [Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-12 Thread Eric Blake
On 05/08/2015 11:21 AM, Kevin Wolf wrote: > Eventually we want to be able to change options at runtime. As a first > step towards that goal, separate some option handling code from the > general initialisation code in qcow2_open(). > > Signed-off-by: Kevin Wolf > --- > block/qcow2.c | 135 > +++

[Qemu-devel] [PATCH 14/34] qcow2: Factor out qcow2_update_options()

2015-05-08 Thread Kevin Wolf
Eventually we want to be able to change options at runtime. As a first step towards that goal, separate some option handling code from the general initialisation code in qcow2_open(). Signed-off-by: Kevin Wolf --- block/qcow2.c | 135 +- 1