From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38290) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZ6O-0005g4-Pp for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:29:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1apZ6J-00065O-3M for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:29:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1apZ6I-00064D-Uv for qemu-devel@nongnu.org; Mon, 11 Apr 2016 06:29:47 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (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 4A2E4C05E154 for ; Mon, 11 Apr 2016 10:29:46 +0000 (UTC) From: Gerd Hoffmann Date: Mon, 11 Apr 2016 12:29:38 +0200 Message-Id: <1460370583-29038-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/5] 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. please pull, Gerd The following changes since commit 9628af036fade986dcc94f4484bc75c6b1a06d84: Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160408' into staging (2016-04-08 13:45:52 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20160411-1 for you to fetch changes up to e2392a72e88104272f3986f0846e4f2f45453b26: virtio-input: fix emulated tablet axis ranges (2016-04-11 11:45:11 +0200) ---------------------------------------------------------------- virtio-input; live migration support, various bugfixes. ---------------------------------------------------------------- Gerd Hoffmann (1): virtio-input: add live migration support Ladi Prosek (4): 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 hw/input/virtio-input-hid.c | 6 ++++-- hw/input/virtio-input-host.c | 24 ++++++++++++++++++++++++ hw/input/virtio-input.c | 40 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 68 insertions(+), 2 deletions(-)