mbox

[PULL,0/8] usb: error handling fixes from Markus, make sysbus ehci arm-only.

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

Pull-request

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

Message

Gerd Hoffmann Feb. 18, 2015, 10:08 a.m. UTC
Hi,

Here comes the usb patch queue, with error handling fixes from Markus
and David's patch to make sysbus-ehci arm-only.

please pull,
  Gerd

The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)

are available in the git repository at:


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

for you to fetch changes up to c3cf77cb63b71618224129df41f114488e0f74e4:

  Make sysbus EHCI devices ARM only by default (2015-02-18 10:53:10 +0100)

----------------------------------------------------------------
usb: error handling fixes from Markus, make sysbus ehci arm-only.

----------------------------------------------------------------
David Gibson (1):
      Make sysbus EHCI devices ARM only by default

Markus Armbruster (7):
      usb: usb_create() can't fail, drop useless error handling
      usb: Improve -usbdevice error reporting a bit
      usb: Do not prefix error_setg() messages with "Error: "
      usb: Suppress bogus error when automatic usb-hub creation fails
      usb: Change usb_create_simple() to abort on failure
      r2d: Don't use legacy -usbdevice support for setting up board
      PPC: Don't use legacy -usbdevice support for setting up board

 default-configs/arm-softmmu.mak |  1 +
 hw/ppc/mac_newworld.c           |  7 ++++--
 hw/ppc/spapr.c                  |  7 ++++--
 hw/sh4/r2d.c                    |  2 +-
 hw/usb/Makefile.objs            |  3 ++-
 hw/usb/bus.c                    | 52 ++++++++++++++++++++++++++++++-----------
 hw/usb/dev-bluetooth.c          | 11 +--------
 hw/usb/dev-network.c            |  4 ----
 hw/usb/dev-serial.c             |  7 ------
 hw/usb/dev-storage.c            |  6 -----
 hw/usb/host-legacy.c            |  1 -
 11 files changed, 54 insertions(+), 47 deletions(-)

Comments

Peter Maydell Feb. 25, 2015, 1:13 p.m. UTC | #1
On 18 February 2015 at 19:08, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here comes the usb patch queue, with error handling fixes from Markus
> and David's patch to make sysbus-ehci arm-only.
>
> please pull,
>   Gerd
>
> The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into staging (2015-02-13 11:44:50 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20150218-1
>
> for you to fetch changes up to c3cf77cb63b71618224129df41f114488e0f74e4:
>
>   Make sysbus EHCI devices ARM only by default (2015-02-18 10:53:10 +0100)
>
> ----------------------------------------------------------------
> usb: error handling fixes from Markus, make sysbus ehci arm-only.
>
> ----------------------------------------------------------------

Applied, thanks.

(I ran into the "stale devices.mak dependencies" thing again, which
I am currently assuming is because I failed to clean out enough of
my build trees last time round, but maybe our makefile runes really
are wrong here...)

-- PMM