From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eg6b3-0006Nk-BX for qemu-devel@nongnu.org; Mon, 29 Jan 2018 05:23:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eg6ay-0001TA-IX for qemu-devel@nongnu.org; Mon, 29 Jan 2018 05:23:29 -0500 Received: from mx1.redhat.com ([209.132.183.28]:59718) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eg6ay-0001SK-C2 for qemu-devel@nongnu.org; Mon, 29 Jan 2018 05:23:24 -0500 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 93558780DF for ; Mon, 29 Jan 2018 10:23:23 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 29 Jan 2018 11:23:13 +0100 Message-Id: <20180129102320.21534-1-kraxel@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/7] Input 20180129 v2 patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann The following changes since commit e607bbee553cfe73072870cef458cfa4e78133= e2: Merge remote-tracking branch 'remotes/edgar/tags/edgar/xilinx-next-2018= -01-26.for-upstream' into staging (2018-01-26 14:24:25 +0000) are available in the git repository at: git://git.kraxel.org/qemu tags/input-20180129-v2-pull-request for you to fetch changes up to ae6b06ab655b21c19b234ce3422f694d11a013e0: hw: convert virtio-input-hid device to keycodemapdb (2018-01-29 09:35:4= 4 +0100) ---------------------------------------------------------------- input: switch devices to keycodemapdb, bugfixes. ---------------------------------------------------------------- Daniel P. Berrange (4): hw: convert ps2 device to keycodemapdb hw: convert the escc device to keycodemapdb ui: fix alphabetical ordering of keymaps hw: convert virtio-input-hid device to keycodemapdb Miika S (2): input: add mouse side buttons to virtio input input: virtio: don't send mouse wheel event twice Prasad J Pandit (1): ps2: check PS2Queue pointers in post_load routine Makefile | 6 +- include/ui/input.h | 18 +- hw/char/escc.c | 126 +------------ hw/input/ps2.c | 427 ++------------------------------------= ------ hw/input/virtio-input-hid.c | 144 ++------------- ui/input-keymap.c | 6 +- 6 files changed, 61 insertions(+), 666 deletions(-) --=20 2.9.3