From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:49618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeVYI-00029w-VU for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeVYH-0000Hx-KL for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:06 -0500 Received: from mail-ia0-f173.google.com ([209.85.210.173]:35626) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeVYH-0000Ht-G3 for qemu-devel@nongnu.org; Fri, 30 Nov 2012 13:43:05 -0500 Received: by mail-ia0-f173.google.com with SMTP id w21so569152iac.4 for ; Fri, 30 Nov 2012 10:43:05 -0800 (PST) From: Anthony Liguori In-Reply-To: <1354194820-7767-1-git-send-email-kraxel@redhat.com> References: <1354194820-7767-1-git-send-email-kraxel@redhat.com> Date: Fri, 30 Nov 2012 12:43:01 -0600 Message-ID: <87624nnd8q.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PULL for-1.3 0/3] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Gerd Hoffmann writes: > Hi, > > This is the usb patch queue, carrying three little fixes for 1.3. > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > 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(-)