Hi, Here comes the usb patch queue, bringing QOM improvements for ehci-sysbus, tegra2 ehci support and the usual share of little bug fixes.
please pull, Gerd The following changes since commit 576156ffed72ab4feb0b752979db86ff8759a2a1: Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging (2013-06-20 16:53:39 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.84 for you to fetch changes up to 93c8e4dc386a243d7d417567d81dc1f1698478a4: usb: fix serial number for hid devices (2013-06-24 08:41:08 +0200) ---------------------------------------------------------------- Andreas Färber (3): usb/hcd-ehci-sysbus: Convert to QOM realize usb/hcd-ehci: Split off instance_init from realize usb/hcd-ehci: Add Tegra2 SysBus EHCI device Gerd Hoffmann (3): usb-host-libusb: set USB_DEV_FLAG_IS_HOST usb: add serial bus property usb: fix serial number for hid devices Hans de Goede (1): usb/host-libusb: Fix building with libusb git master code Kuo-Jung Su (2): usb/hcd-ehci: Replace PORTSC macros with variables usb/hcd-ehci: Add Faraday FUSBH200 support hw/i386/pc_piix.c | 12 +++++ hw/usb/bus.c | 1 + hw/usb/desc.c | 6 +++ hw/usb/dev-hid.c | 3 ++ hw/usb/dev-storage.c | 13 ++--- hw/usb/hcd-ehci-pci.c | 23 ++++++--- hw/usb/hcd-ehci-sysbus.c | 121 +++++++++++++++++++++++++++++++++++++++++++--- hw/usb/hcd-ehci.c | 50 +++++++++++-------- hw/usb/hcd-ehci.h | 28 ++++++++--- hw/usb/host-libusb.c | 5 ++ include/hw/usb.h | 1 + 11 files changed, 212 insertions(+), 51 deletions(-)