From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aafaG-00089w-0x for qemu-devel@nongnu.org; Tue, 01 Mar 2016 03:23:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aafaC-0002Up-0I for qemu-devel@nongnu.org; Tue, 01 Mar 2016 03:23:07 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aafaB-0002Uj-RL for qemu-devel@nongnu.org; Tue, 01 Mar 2016 03:23:03 -0500 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 (Postfix) with ESMTPS id 6C3E0804EC for ; Tue, 1 Mar 2016 08:23:03 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 1 Mar 2016 09:22:55 +0100 Message-Id: <1456820580-19156-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] qapi: fix input-send-event and promote to stable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Time to get this finally merged. Posted & reviewed back in january, then fell off my radar due to vacation week and backlog ... please pull, Gerd The following changes since commit 071608b519adf62bc29c914343a21c5407ab1ac9: Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20160229-1' into staging (2016-02-29 12:24:26 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20160301-1 for you to fetch changes up to 6575ccddf4e7c2484bc14b10d5e89f57506c3953: qapi: promote input-send-event to stable (2016-03-01 08:20:27 +0100) ---------------------------------------------------------------- qapi: fix input-send-event and promote to stable ---------------------------------------------------------------- Gerd Hoffmann (5): console: add & use qemu_console_lookup_by_device_name qapi: switch x-input-send-event from console to device+head qapi: rename input buttons qapi: rename InputAxis values. qapi: promote input-send-event to stable hw/input/hid.c | 4 ++-- hw/input/ps2.c | 4 ++-- hw/input/virtio-input-hid.c | 4 ++-- include/ui/console.h | 2 ++ monitor.c | 2 +- qapi-schema.json | 52 ++++++++++++++++++--------------------------- qmp-commands.hx | 35 +++++++++++++++--------------- scripts/qapi.py | 2 -- ui/cocoa.m | 4 ++-- ui/console.c | 23 ++++++++++++++++++++ ui/gtk.c | 4 ++-- ui/input-legacy.c | 4 ++-- ui/input.c | 32 +++++++++++++--------------- ui/sdl.c | 4 ++-- ui/sdl2.c | 4 ++-- ui/spice-input.c | 4 ++-- ui/vnc.c | 19 ++++++----------- 17 files changed, 104 insertions(+), 99 deletions(-)