qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/6] convert sendkey to qapi


From: Amos Kong
Subject: Re: [Qemu-devel] [PATCH v2 0/6] convert sendkey to qapi
Date: Fri, 01 Jun 2012 19:03:34 -0400 (EDT)

----- Original Message -----
> This series converted 'sendkey' command to qapi.
> 
> Amos Kong (6):
>   qerror: add QERR_OVERFLOW
>   fix doc of using raw values with sendkey
>   rename keyname '<' to 'less'
>   hmp: rename arguments
>   qapi: generate list struct and visit_list for enum
>   qapi: convert sendkey


Changes from v1:
- using a JSON array for the key names
- rename new error to 'QERR_OVERFLOW'
- fix command descriptions 
- qapi: generate list struct for enum
- add '<' fixing

 
>  hmp-commands.hx       |    8 +++---
>  hmp.c                 |   56
>  +++++++++++++++++++++++++++++++++++++++++
>  hmp.h                 |    1 +
>  monitor.c             |   67
>  ++++++++++++++-----------------------------------
>  qapi-schema.json      |   47 ++++++++++++++++++++++++++++++++++
>  qerror.c              |    4 +++
>  qerror.h              |    3 ++
>  qmp-commands.hx       |   27 +++++++++++++++++++
>  scripts/qapi-types.py |   33 +++++++++++++++++++++---
>  scripts/qapi-visit.py |   14 ++++++---
>  10 files changed, 199 insertions(+), 61 deletions(-)
> 
> 



reply via email to

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