Hi, Here is a collection of usb bugfixes for 2.7.
please pull, Gerd The following changes since commit cc0100f464c94bf80ad36cd432f4a1ed58126b60: MAINTAINERS: Update the Xilinx maintainers (2016-08-01 15:31:32 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-20160803-1 for you to fetch changes up to 0e39bb022b5fa8c11964968885f3263c02ce42b0: xen: use a common function for pv and hvm guest backend register calls (2016-08-03 14:52:11 +0200) ---------------------------------------------------------------- usb: bugfixes for xen-usb and ehci, mingw build fix. ---------------------------------------------------------------- Evgeny Yakovlev (1): ehci: faster frame index calculation for skipped frames Juergen Gross (3): xen: when removing a backend don't remove many of them xen: drain submit queue in xen-usb before removing device xen: use a common function for pv and hvm guest backend register calls Stefan Weil (2): wxx: Fix compiler warning for host-libusb.c wxx: Fix compilation of host-libusb.c hw/usb/hcd-ehci.c | 31 +++++++-------- hw/usb/host-libusb.c | 10 +++-- hw/usb/xen-usb.c | 94 +++++++++++++++++++++++++++++--------------- hw/xen/xen_backend.c | 68 ++++++++++++++------------------ hw/xenpv/xen_machine_pv.c | 7 +--- include/hw/xen/xen_backend.h | 1 + xen-hvm.c | 4 +- 7 files changed, 115 insertions(+), 100 deletions(-)