Re: [Qemu-devel] [PATCH 7/7] qcow2: Allow lazy refcounts to be enabled on the command line

2013-03-01 Thread Eric Blake
On 03/01/2013 01:13 PM, Kevin Wolf wrote: > qcow2 images now accept a boolean lazy_refcounts options. Use it like > this: > > -drive file=test.qcow2,lazy_refcounts=on > > If the option is specified on the command line, it overrides the default > specified by the qcow2 header flags that were set

[Qemu-devel] [PATCH 7/7] qcow2: Allow lazy refcounts to be enabled on the command line

2013-03-01 Thread Kevin Wolf
qcow2 images now accept a boolean lazy_refcounts options. Use it like this: -drive file=test.qcow2,lazy_refcounts=on If the option is specified on the command line, it overrides the default specified by the qcow2 header flags that were set when creating the image. Signed-off-by: Kevin Wolf --