qemu-devel
[Top][All Lists]
Advanced

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

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


From: Amos Kong
Subject: [Qemu-devel] [PATCH v2 0/6] convert sendkey to qapi
Date: Sat, 2 Jun 2012 06:54:22 +0800

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

 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]