From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33333) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqMyc-0001Lt-6h for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:45:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aqMyZ-0004ma-EJ for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:45:10 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51308) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aqMyZ-0004mJ-94 for qemu-devel@nongnu.org; Wed, 13 Apr 2016 11:45:07 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id E15F4C04B311 for ; Wed, 13 Apr 2016 15:45:06 +0000 (UTC) From: Gerd Hoffmann Date: Wed, 13 Apr 2016 17:44:54 +0200 Message-Id: <1460562303-17079-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v2 0/9] virtio-input; live migration support, various bugfixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes a virtio-input update, with a bugfix collection from Ladi Prosek and live migration support. Changes in v2: - add one mor fix from Ladi. - add patch to fix the bigendian build failure. - add patch to move const_le{16,23} to a better place. please pull, Gerd The following changes since commit d44122ecd0fa62d20762bdd8f214f077cb8e011b: Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2016-04-12 17:47:15 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20160413-1 for you to fetch changes up to b065e275a8066c3ec478f326f39c5fc3c9db103c: virtio-input: support absolute axis config in pass-through (2016-04-13 17:26:12 +0200) ---------------------------------------------------------------- virtio-input; live migration support, various bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (4): virtio-input: add parenthesis to const_le{16, 32} move const_le{16, 23} to qemu/bswap.h, add comment virtio-input: add live migration support input-linux: refine mouse detection Ladi Prosek (5): virtio-input: add missing key mappings virtio-input: retrieve EV_LED host config bits virtio-input: implement pass-through evdev writes virtio-input: fix emulated tablet axis ranges virtio-input: support absolute axis config in pass-through hw/input/virtio-input-hid.c | 6 ++-- hw/input/virtio-input-host.c | 70 ++++++++++++++++++++++++++++++++++++++-- hw/input/virtio-input.c | 46 ++++++++++++++++++++++++-- include/hw/virtio/virtio-input.h | 17 ++-------- include/qemu/bswap.h | 19 +++++++++++ ui/input-linux.c | 30 ++++++++++++++--- 6 files changed, 162 insertions(+), 26 deletions(-)