From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44269) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUuq8-0000CE-HR for qemu-devel@nongnu.org; Tue, 01 Apr 2014 05:18:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUuq3-0007V3-NL for qemu-devel@nongnu.org; Tue, 01 Apr 2014 05:18:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:14722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUuq3-0007UJ-F7 for qemu-devel@nongnu.org; Tue, 01 Apr 2014 05:18:35 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s319IYmT010246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 1 Apr 2014 05:18:34 -0400 From: Gerd Hoffmann Date: Tue, 1 Apr 2014 11:18:24 +0200 Message-Id: <1396343907-31756-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-2.0 0/3] input bugfixes. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Three little bugfixes for the new input code. please pull for 2.0, Gerd The following changes since commit 63678e17cf399ff81b93417fe7bee8d6ef6b6b1b: configure: add option to disable -fstack-protector flags (2014-03-31 20:16:02 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-input-7 for you to fetch changes up to bdcc3a28b7f6ed6b90ad8b8af7b5d17e0d3f1f06: input: add sanity check (2014-04-01 10:17:45 +0200) ---------------------------------------------------------------- input bugfixes for 2.0 ---------------------------------------------------------------- Gerd Hoffmann (2): input: fix input_event_key_number trace event input: add sanity check Hani Benhabiles (1): input: mouse_set should check input device type. trace-events | 2 +- ui/input.c | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-)