Re: [PATCH] qemu-img: Add -F shorthand to convert

2021-09-17 Thread Vladimir Sementsov-Ogievskiy
17.09.2021 23:13, Eric Blake wrote: On Mon, Sep 13, 2021 at 08:17:35AM -0500, Eric Blake wrote: Although we have long supported 'qemu-img convert -o backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B for backing_file but none for backing_fmt has made it more likely that users

Re: [PATCH] qemu-img: Add -F shorthand to convert

2021-09-17 Thread Eric Blake
On Mon, Sep 13, 2021 at 08:17:35AM -0500, Eric Blake wrote: > Although we have long supported 'qemu-img convert -o > backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B > for backing_file but none for backing_fmt has made it more likely that > users accidentally run into: > > qe

Re: [PATCH] qemu-img: Add -F shorthand to convert

2021-09-15 Thread Hanna Reitz
On 13.09.21 15:17, Eric Blake wrote: Although we have long supported 'qemu-img convert -o backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B for backing_file but none for backing_fmt has made it more likely that users accidentally run into: qemu-img: warning: Deprecated use o

Re: [PATCH] qemu-img: Add -F shorthand to convert

2021-09-15 Thread Maxim Levitsky
On Mon, 2021-09-13 at 08:17 -0500, Eric Blake wrote: > Although we have long supported 'qemu-img convert -o > backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B > for backing_file but none for backing_fmt has made it more likely that > users accidentally run into: > > qemu-img:

Re: [PATCH] qemu-img: Add -F shorthand to convert

2021-09-15 Thread Vladimir Sementsov-Ogievskiy
13.09.2021 16:17, Eric Blake wrote: Although we have long supported 'qemu-img convert -o backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B for backing_file but none for backing_fmt has made it more likely that users accidentally run into: qemu-img: warning: Deprecated use of

[PATCH] qemu-img: Add -F shorthand to convert

2021-09-13 Thread Eric Blake
Although we have long supported 'qemu-img convert -o backing_file=foo,backing_fmt=bar', the fact that we have a shortcut -B for backing_file but none for backing_fmt has made it more likely that users accidentally run into: qemu-img: warning: Deprecated use of backing file without explicit backing