qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 15/19] [fixup] vc


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH 15/19] [fixup] vc
Date: Tue, 12 Mar 2013 11:42:28 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130219 Thunderbird/17.0.3

On 03/12/2013 02:56 AM, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <address@hidden>
> ---
>  qemu-char.c |    3 +++
>  1 file changed, 3 insertions(+)

Did something go wrong in your rebase?  The subject line suggest you
intended to squash this to another patch.

> 
> diff --git a/qemu-char.c b/qemu-char.c
> index ef10200..a1c668f 100644
> --- a/qemu-char.c
> +++ b/qemu-char.c
> @@ -3713,6 +3713,9 @@ ChardevReturn *qmp_chardev_add(const char *id, 
> ChardevBackend *backend,
>          chr = qemu_chr_open_spice_port(backend->spiceport->fqdn);
>          break;
>  #endif
> +    case CHARDEV_BACKEND_KIND_VC:
> +        chr = vc_init(backend->vc);
> +        break;
>      default:
>          error_setg(errp, "unknown chardev backend (%d)", backend->kind);
>          break;
> 

-- 
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]