mbox

[PULL,0/4] usb: misc fixes

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

Pull-request

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

Message

Gerd Hoffmann June 13, 2016, 1:10 p.m. UTC
Hi,

Here comes the usb patch queue with some bugfixes.

please pull,
  Gerd

The following changes since commit da2fdd0bd1514a44309dd5be162ebfb6c166a716:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging (2016-06-13 10:12:44 +0100)

are available in the git repository at:


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

for you to fetch changes up to 4bcbe0b63661b1df8e78d58270574d818b387d2c:

  vl: Eliminate usb_enabled() (2016-06-13 13:24:41 +0200)

----------------------------------------------------------------
usb: misc fixes.

----------------------------------------------------------------
Eduardo Habkost (2):
      pxa2xx: Unconditionally enable USB controller
      vl: Eliminate usb_enabled()

Gerd Hoffmann (1):
      usb-host: add special case for bus+addr

Peter Maydell (1):
      hw/usb/dev-network.c: Use ldl_le_p() and stl_le_p()

 hw/arm/nseries.c        |  2 +-
 hw/arm/pxa2xx.c         | 12 ++++------
 hw/arm/realview.c       |  2 +-
 hw/arm/versatilepb.c    |  2 +-
 hw/i386/pc_piix.c       |  2 +-
 hw/i386/pc_q35.c        |  2 +-
 hw/ppc/mac_oldworld.c   |  2 +-
 hw/ppc/prep.c           |  2 +-
 hw/usb/dev-network.c    | 63 +++++++++++++++++++++++--------------------------
 hw/usb/host-libusb.c    | 56 +++++++++++++++++++++++++++++++++++++++----
 include/sysemu/sysemu.h |  1 -
 vl.c                    | 11 +++------
 12 files changed, 96 insertions(+), 61 deletions(-)

Comments

Peter Maydell June 13, 2016, 3:13 p.m. UTC | #1
On 13 June 2016 at 14:10, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the usb patch queue with some bugfixes.
>
> please pull,
>   Gerd
>
> The following changes since commit da2fdd0bd1514a44309dd5be162ebfb6c166a716:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160611' into staging (2016-06-13 10:12:44 +0100)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20160613-1
>
> for you to fetch changes up to 4bcbe0b63661b1df8e78d58270574d818b387d2c:
>
>   vl: Eliminate usb_enabled() (2016-06-13 13:24:41 +0200)
>
> ----------------------------------------------------------------
> usb: misc fixes.

Applied, thanks.

-- PMM