Hi,
Nothing major. Cleanups, bugfixes, xhci emulation improvements.
please pull,
Gerd
The following changes since commit 46eef33b89e936ca793e13c4aeea1414e97e8dbb:
Fix QEMU build on OpenBSD on x86 archs (2014-02-17 11:44:00 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu tags/pull-usb-3
for you to fetch changes up to d6bb65fcd24c8cb8c37ffe324c360f3b0c94b902:
xhci: use DPRINTF() instead of fprintf(stderr, ...) (2014-02-18 15:39:13
+0100)
----------------------------------------------------------------
- xhci improvements and fixes.
- uhci bugfix.
- cleanups.
----------------------------------------------------------------
Gerd Hoffmann (6):
xhci: fix overflow in usb_xhci_post_load
uhci: invalidate queue on device address changes
xhci iso: fix time calculation
xhci iso: allow for some latency
xhci: switch debug printf to tracepoint
xhci: use DPRINTF() instead of fprintf(stderr, ...)
Pantelis Koukousoulas (1):
usb: Remove magic constants from device bmAttributes
hw/usb/desc.c | 2 +-
hw/usb/dev-audio.c | 2 +-
hw/usb/dev-bluetooth.c | 2 +-
hw/usb/dev-hid.c | 8 ++--
hw/usb/dev-hub.c | 3 +-
hw/usb/dev-network.c | 4 +-
hw/usb/dev-serial.c | 2 +-
hw/usb/dev-smartcard-reader.c | 3 +-
hw/usb/dev-storage.c | 6 +--
hw/usb/dev-uas.c | 4 +-
hw/usb/dev-wacom.c | 2 +-
hw/usb/hcd-uhci.c | 2 +
hw/usb/hcd-xhci.c | 102 +++++++++++++++++++++---------------------
include/hw/usb.h | 5 +++
14 files changed, 77 insertions(+), 70 deletions(-)