From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:42815) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Saajc-0002FL-IV for qemu-devel@nongnu.org; Fri, 01 Jun 2012 18:54:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Saaja-0002DW-Ra for qemu-devel@nongnu.org; Fri, 01 Jun 2012 18:54:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:65095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Saaja-0002Ch-Ir for qemu-devel@nongnu.org; Fri, 01 Jun 2012 18:54:18 -0400 From: Amos Kong Date: Sat, 2 Jun 2012 06:54:22 +0800 Message-Id: <1338591268-23962-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/6] convert sendkey to qapi List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com, eblake@redhat.com, berrange@redhat.com, lcapitulino@redhat.com, qemu-devel@nongnu.org Cc: Amos Kong 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(-)