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 this ever since we reported locations. Fix it to > > qemu-system-x86_64: bad.img: Could not open 'bad.img': No such file or > directory > > Reported-by: Daniel P. Berrangé <berra...@redhat.com> > Signed-off-by: Markus Armbruster <arm...@redhat.com> > --- > vl.c | 1 + > 1 file changed, 1 insertion(+)
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com>