qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stefano Garzarella
Subject: Re: [Qemu-devel] [PATCH] vl: Fix error location of positional arguments
Date: Tue, 19 Mar 2019 13:13:45 +0100
User-agent: NeoMutt/20180716

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é <address@hidden>
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  vl.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Stefano Garzarella <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]