qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V6 24/29] qapi event: convert VNC events


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH V6 24/29] qapi event: convert VNC events
Date: Mon, 16 Jun 2014 17:01:02 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 06/05/2014 06:22 AM, Wenchao Xia wrote:
> Since VNC_CONNECTED, VNC_DISCONNECTED, VNC_INITIALIZED share some
> common functions, converts them in one patch.

s/converts/convert/

> 
> Signed-off-by: Wenchao Xia <address@hidden>
> ---
>  docs/qmp/qmp-events.txt |   90 --------------------------------------
>  qapi-event.json         |   49 +++++++++++++++++++++
>  ui/vnc.c                |  111 
> ++++++++++++++++++++++++-----------------------
>  ui/vnc.h                |    4 +-
>  4 files changed, 108 insertions(+), 146 deletions(-)
> 

> +##
> +{ 'event': 'VNC_INITIALIZED',
> +  'data': { 'server': 'VncServerInfo',
> +            'client': 'VncClientInfo' } }

Those types from the earlier commit make this nice :)

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