Hi, Nothing major, just a bag of bugfixes.
please pull, Gerd The following changes since commit 092dfc7714ad7983aeb0cada5d5983e9fde8d84c: Merge remote-tracking branch 'origin/master' into staging (2012-04-23 15:02:53 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.48 David Gibson (1): usb-xhci: Use PCI DMA helper functions Gerd Hoffmann (8): usb-ehci: remove hack usb-ehci: add missing usb_packet_init() call usb-storage: fix request canceling usb-host: don't dereference invalid iovecs usb-host: fix zero-length packets usb: add serial number generator usb-uhci: update irq line on reset usb-host: add timeout handler Hans de Goede (4): usb-ehci: Ensure frindex writes leave a valid frindex value usb-redir: An interface count of 0 is a valid value usb-redir: Reset device address and speed on disconnect usb-redir: Not finding an async urb id is not an error Lai Jiangshan (1): usb-xhci: fix bit test hw/usb/core.c | 1 + hw/usb/desc.c | 32 +++++++ hw/usb/desc.h | 1 + hw/usb/dev-audio.c | 1 + hw/usb/dev-bluetooth.c | 1 + hw/usb/dev-hub.c | 1 + hw/usb/dev-network.c | 1 + hw/usb/dev-serial.c | 1 + hw/usb/dev-smartcard-reader.c | 1 + hw/usb/dev-storage.c | 6 +- hw/usb/dev-wacom.c | 1 + hw/usb/hcd-ehci.c | 23 +---- hw/usb/hcd-uhci.c | 1 + hw/usb/hcd-xhci.c | 192 ++++++++++++++++++++--------------------- hw/usb/host-linux.c | 39 +++++++-- hw/usb/redirect.c | 9 ++- trace-events | 1 + 17 files changed, 185 insertions(+), 127 deletions(-)