Re: [Qemu-block] [Qemu-devel] [PATCH 19/34] qcow2: Make qcow2_update_options() suitable for transactions

2015-05-13 Thread Kevin Wolf
Am 12.05.2015 um 23:40 hat Eric Blake geschrieben: > On 05/08/2015 11:21 AM, Kevin Wolf wrote: > > Before we can allow updating options at runtime with bdrv_reopen(), we > > need to split the function into prepare/commit/abort parts. > > > > Signed-off-by: Kevin Wolf > > --- > > block/qcow2.c |

Re: [Qemu-block] [Qemu-devel] [PATCH 19/34] qcow2: Make qcow2_update_options() suitable for transactions

2015-05-12 Thread Eric Blake
On 05/08/2015 11:21 AM, Kevin Wolf wrote: > Before we can allow updating options at runtime with bdrv_reopen(), we > need to split the function into prepare/commit/abort parts. > > Signed-off-by: Kevin Wolf > --- > block/qcow2.c | 101 > ++