mbox

[PULL,for-2.7,0/6] usb patch queue.

Message ID 1470229549-32477-1-git-send-email-kraxel@redhat.com
State New
Headers show

Pull-request

git://git.kraxel.org/qemu tags/pull-usb-20160803-1

Message

Gerd Hoffmann Aug. 3, 2016, 1:05 p.m. UTC
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(-)

Comments

Peter Maydell Aug. 3, 2016, 3:02 p.m. UTC | #1
On 3 August 2016 at 14:05, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   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.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM