qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 16/21] qemu-char: convert stdio backend to data-


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 16/21] qemu-char: convert stdio backend to data-driven creation
Date: Mon, 12 Oct 2015 09:50:31 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

On 10/12/2015 02:03 AM, Paolo Bonzini wrote:
> The backend now always returns errors via the Error* argument.
> This avoids a double error message.  Before:
> 
>     qemu-system-x86_64: -chardev stdio,id=base: cannot use stdio with 
> -daemonize
>     qemu-system-x86_64: -chardev stdio,id=base: Failed to create chardev
> 
> After:
> 
>     qemu-system-x86_64: -chardev stdio,id=base: cannot use stdio with 
> -daemonize
> 
> Signed-off-by: Paolo Bonzini <address@hidden>
> ---
>  qemu-char.c | 57 +++++++++++++++++++++++++++++++++++++++------------------
>  1 file changed, 39 insertions(+), 18 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]