Re: [Qemu-devel] [PATCH] vl: Fix error location of positional arguments

2019-03-19 Thread Stefano Garzarella
On Mon, Mar 18, 2019 at 07:33:12PM +0100, Markus Armbruster wrote: > We blame badness in positional arguments on the last option argument: > > $ qemu-system-x86_64 -vnc :1 bad.img > qemu-system-x86_64: -vnc :1: Could not open 'foo': No such file or > directory > > I believe we've done th

Re: [Qemu-devel] [PATCH] vl: Fix error location of positional arguments

2019-03-19 Thread Daniel P . Berrangé
On Mon, Mar 18, 2019 at 07:33:12PM +0100, Markus Armbruster wrote: > We blame badness in positional arguments on the last option argument: > > $ qemu-system-x86_64 -vnc :1 bad.img > qemu-system-x86_64: -vnc :1: Could not open 'foo': No such file or > directory > > I believe we've done th

[Qemu-devel] [PATCH] vl: Fix error location of positional arguments

2019-03-18 Thread Markus Armbruster
We blame badness in positional arguments on the last option argument: $ qemu-system-x86_64 -vnc :1 bad.img qemu-system-x86_64: -vnc :1: Could not open 'foo': No such file or directory I believe we've done this ever since we reported locations. Fix it to qemu-system-x86_64: bad.img: