From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoR5D-0007hG-Q1 for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:11:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZoR58-0001XV-Fd for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:11:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZoR58-0001XP-AJ for qemu-devel@nongnu.org; Tue, 20 Oct 2015 03:11:38 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (Postfix) with ESMTPS id D27A531AC81 for ; Tue, 20 Oct 2015 07:11:37 +0000 (UTC) From: Gerd Hoffmann Date: Tue, 20 Oct 2015 09:11:33 +0200 Message-Id: <1445325094-31868-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/1] virtio-input: ignore events until the guest driver is ready List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, One more pretty small queue, input with a single bugfix. please pull, Gerd The following changes since commit 26c7be842637ee65a79cd77f96a99c23ddcd90ad: Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into staging (2015-10-19 12:13:27 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-20151020-1 for you to fetch changes up to d9460a7557672af9c4d9d4f153200d1075ed5a78: virtio-input: ignore events until the guest driver is ready (2015-10-20 08:53:40 +0200) ---------------------------------------------------------------- virtio-input: ignore events until the guest driver is ready ---------------------------------------------------------------- Gerd Hoffmann (1): virtio-input: ignore events until the guest driver is ready hw/input/virtio-input.c | 4 ++++ 1 file changed, 4 insertions(+)