From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmbMg-0006Vn-Er for qemu-devel@nongnu.org; Thu, 06 Nov 2014 23:41:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XmbMa-0007Xn-9k for qemu-devel@nongnu.org; Thu, 06 Nov 2014 23:41:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmbMa-0007Xh-2W for qemu-devel@nongnu.org; Thu, 06 Nov 2014 23:41:32 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA74fUIC031651 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 6 Nov 2014 23:41:31 -0500 From: Amos Kong Date: Fri, 7 Nov 2014 12:41:24 +0800 Message-Id: <1415335285-1579-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH for-2.2 1/2] QMP/input-send-event: update document of union InputEvent List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mtosatti@redhat.com, kraxel@redhat.com, armbru@redhat.com Signed-off-by: Amos Kong --- qapi-schema.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/qapi-schema.json b/qapi-schema.json index 24379ab..a1573d8 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3231,6 +3231,11 @@ # # Input event union. # +# @key: Input event of Keyboard +# @btn: Input event of pointer bottons +# @rel: Input event of relative pointer motion +# @abs: Input event of absolute pointer motion +# # Since: 2.0 ## { 'union' : 'InputEvent', -- 1.9.3