From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZbVA-0005f8-A9 for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:12:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZbV4-0000Gx-Na for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:12:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49641) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZbV4-0000Gs-Gt for qemu-devel@nongnu.org; Thu, 02 Oct 2014 04:12:34 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s928CX9m020358 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 2 Oct 2014 04:12:34 -0400 From: Gerd Hoffmann Date: Thu, 2 Oct 2014 10:12:27 +0200 Message-Id: <1412237549-1507-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/2] input patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Two input monitor patches: Fix fix send-key release ordering & add new input-send-event qmp command. please pull, Gerd The following changes since commit 29429c7244c73eefada3d0ec6dd30c5698782d08: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929' into staging (2014-09-30 11:02:06 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20141002-1 for you to fetch changes up to 50c6617fcbef649674b59f686b12dccfc455ffa3: add input-send-event command (2014-10-02 09:58:14 +0200) ---------------------------------------------------------------- input monitor patches: fix send-key release ordering and new input-send-event command ---------------------------------------------------------------- Gerd Hoffmann (1): input: fix send-key monitor command release event ordering Marcelo Tosatti (1): add input-send-event command qapi-schema.json | 17 +++++++++++++++ qmp-commands.hx | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ ui/input-legacy.c | 11 ++++++++-- ui/input.c | 37 ++++++++++++++++++++++++++++++++ 4 files changed, 126 insertions(+), 2 deletions(-)