From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57862) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjTwM-0000lD-Cu for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjTwF-000499-QT for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:23:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7400) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjTwE-00048r-Ll for qemu-devel@nongnu.org; Wed, 20 Jul 2011 06:23:35 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6KANYdW017028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Jul 2011 06:23:34 -0400 From: Gerd Hoffmann Date: Wed, 20 Jul 2011 12:23:22 +0200 Message-Id: <1311157404-12362-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Tiny usb patch queue with two small fixes. please pull for 0.15, Gerd The following changes since commit 03ff09580ef6cbc4a893b6e3e6bbff33180ec70a: Merge remote-tracking branch 'agraf/xen-next' into staging (2011-07-19 08:04:35 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.20 Gerd Hoffmann (2): usb-hid: fixup changed tracking. usb-uhci: fix irq handling on error. hw/usb-hid.c | 9 ++++----- hw/usb-uhci.c | 6 ++++++ 2 files changed, 10 insertions(+), 5 deletions(-)