From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34540) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te3w9-0001zM-1G for qemu-devel@nongnu.org; Thu, 29 Nov 2012 08:13:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Te3vz-0003om-3g for qemu-devel@nongnu.org; Thu, 29 Nov 2012 08:13:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Te3vy-0003oY-Sf for qemu-devel@nongnu.org; Thu, 29 Nov 2012 08:13:43 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qATDDghR012026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Nov 2012 08:13:42 -0500 From: Gerd Hoffmann Date: Thu, 29 Nov 2012 14:13:37 +0100 Message-Id: <1354194820-7767-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL for-1.3 0/3] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This is the usb patch queue, carrying three little fixes for 1.3. please pull, Gerd The following changes since commit e9bff10f8db94912b1b0e6e2e3394cae02faf614: event notifier: Fix setup for win32 (2012-11-28 13:33:01 -0600) are available in the git repository at: git://git.kraxel.org/qemu usb.73 Gerd Hoffmann (1): usb: tag usb host adapters as not hotpluggable. Peter Crosthwaite (1): ehci-sysbus: Attach DMA context. Stefan Hajnoczi (1): usb: fail usbdevice_create() when there is no USB bus hw/usb/bus.c | 7 +++++++ hw/usb/hcd-ehci-pci.c | 1 + hw/usb/hcd-ehci-sysbus.c | 1 + hw/usb/hcd-ohci.c | 1 + hw/usb/hcd-uhci.c | 1 + hw/usb/hcd-xhci.c | 1 + 6 files changed, 12 insertions(+), 0 deletions(-)