From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2FSj-0006vp-40 for qemu-devel@nongnu.org; Wed, 02 Jul 2014 04:00:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2FSb-0001t1-00 for qemu-devel@nongnu.org; Wed, 02 Jul 2014 04:00:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2FSa-0001sp-Ob for qemu-devel@nongnu.org; Wed, 02 Jul 2014 04:00:08 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s62807hr026521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 2 Jul 2014 04:00:07 -0400 From: Gerd Hoffmann Date: Wed, 2 Jul 2014 10:00:02 +0200 Message-Id: <1404288003-18688-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] add input-send-event command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Single patch queue, $subject says all ;) please pull, Gerd The following changes since commit 92259b7f434b382fc865d1f65f7d5adeed295749: Update version for v2.1.0-rc0 release (2014-07-01 18:48:01 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20140702-1 for you to fetch changes up to 7ca90a7b731ac1fdab93b6816790d0d836a6fd7b: add input-send-event command (2014-07-02 08:40:57 +0200) ---------------------------------------------------------------- add input-send-event command ---------------------------------------------------------------- Marcelo Tosatti (1): add input-send-event command qapi-schema.json | 17 +++++++++++++++ qmp-commands.hx | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ui/input.c | 31 ++++++++++++++++++++++++++++ 3 files changed, 111 insertions(+)