Re: [Qemu-devel] [PATCH] qemu-img convert: Deprecate using -n and -o together

2019-08-09 Thread Max Reitz
On 09.08.19 11:11, Kevin Wolf wrote: > bdrv_create options specified with -o have no effect when skipping image > creation with -n, so this doesn't make sense. Warn against the misuse > and deprecate the combination so we can make it a hard error later. > > Signed-off-by: Kevin Wolf > --- > qemu

Re: [Qemu-devel] [PATCH] qemu-img convert: Deprecate using -n and -o together

2019-08-09 Thread Eric Blake
On 8/9/19 4:11 AM, Kevin Wolf wrote: > bdrv_create options specified with -o have no effect when skipping image > creation with -n, so this doesn't make sense. Warn against the misuse > and deprecate the combination so we can make it a hard error later. > > Signed-off-by: Kevin Wolf > --- > qemu

[Qemu-devel] [PATCH] qemu-img convert: Deprecate using -n and -o together

2019-08-09 Thread Kevin Wolf
bdrv_create options specified with -o have no effect when skipping image creation with -n, so this doesn't make sense. Warn against the misuse and deprecate the combination so we can make it a hard error later. Signed-off-by: Kevin Wolf --- qemu-img.c | 5 + qemu-deprecated.texi |