From patchwork Fri Nov 7 04:41:24 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Amos Kong X-Patchwork-Id: 407961 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 19FF914011B for ; Fri, 7 Nov 2014 15:42:01 +1100 (AEDT) Received: from localhost ([::1]:57994 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XmbN0-0006mb-2k for incoming@patchwork.ozlabs.org; Thu, 06 Nov 2014 23:41:58 -0500 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 Received: from air.redhat.com (vpn1-115-28.nay.redhat.com [10.66.115.28]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id sA74fPOA014151; Thu, 6 Nov 2014 23:41:27 -0500 From: Amos Kong To: qemu-devel@nongnu.org Date: Fri, 7 Nov 2014 12:41:24 +0800 Message-Id: <1415335285-1579-1-git-send-email-akong@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: mtosatti@redhat.com, kraxel@redhat.com, armbru@redhat.com Subject: [Qemu-devel] [PATCH for-2.2 1/2] QMP/input-send-event: update document of union InputEvent X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Amos Kong Reviewed-by: Eric Blake --- 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',