qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 03/11] vl: Use error_report() for --display erro


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 03/11] vl: Use error_report() for --display errors
Date: Mon, 15 Jun 2015 06:49:14 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 06/13/2015 08:20 AM, Markus Armbruster wrote:
> Results in nicer error messages.  Before this patch:
> 
>     Invalid GTK option string: gtk,lirum-larum
> 
> After:
> 
>     qemu-system-x86_64: -display gtk,lirum-larum: Invalid GTK option string
> 
> Of course, the thing ought to use QemuOpts instead of parsing by hand.
> 
> Signed-off-by: Markus Armbruster <address@hidden>
> ---
>  vl.c | 16 ++++++++--------
>  1 file changed, 8 insertions(+), 8 deletions(-)
> 

Reviewed-by: Eric Blake <address@hidden>

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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