All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL for-2.3 v2 00/13] usb patch queue
@ 2015-03-20  8:11 Gerd Hoffmann
  2015-03-20 10:36 ` Peter Maydell
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2015-03-20  8:11 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

Here is the usb patch queue for 2.3-rc1.  Grow a bit larger than I'd
like it to be.  But I've somehow missed I had patches lingering in the
usb queue while preparing the -rc0 pulls, and there also have been some
bugfixes coming in pretty late.

New in v2: added missing signed-off.  No code changes, so I don't spam
the list with a repost of the patches.

please pull,
  Gerd

The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:

  Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000)

are available in the git repository at:


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

for you to fetch changes up to 4e289b1b62c8e271e3400317b4c3d98909093bc4:

  ehci: fix segfault when hot-unplugging ehci controller (2015-03-20 08:50:12 +0100)

----------------------------------------------------------------
usb: bugfix collection.

----------------------------------------------------------------
Gonglei (3):
      uhci: fix segfault when hot-unplugging uhci controller
      ohci: fix resource cleanup leak
      ehci: fix segfault when hot-unplugging ehci controller

Markus Armbruster (9):
      usb: Propagate errors through usb_register_companion()
      usb: Improve companion configuration error messages
      ohci: Complete conversion to realize
      uhci: Convert to realize
      monitor: Drop dead QMP check from monitor_read_password()
      monitor: Plug memory leak in monitor_read_bdrv_key_start()
      monitor usb: Inline monitor_read_bdrv_key_start()'s first part
      usb/dev-storage: Fix QMP device_add missing encryption key failure
      usb/dev-storage: Avoid qerror_report_err() outside QMP handlers

Thomas Huth (1):
      hw/usb: Include USB files only if necessary

 default-configs/arm-softmmu.mak |  1 +
 default-configs/usb.mak         |  1 +
 hw/usb/Makefile.objs            |  8 +++---
 hw/usb/bus.c                    | 27 +++++++++---------
 hw/usb/dev-storage.c            | 30 ++++++++++++--------
 hw/usb/hcd-ehci-pci.c           | 10 +++++++
 hw/usb/hcd-ehci-sysbus.c        | 10 +++++++
 hw/usb/hcd-ehci.c               | 31 ++++++++-------------
 hw/usb/hcd-ehci.h               |  1 +
 hw/usb/hcd-ohci.c               | 62 ++++++++++++++++++++++++++++-------------
 hw/usb/hcd-uhci.c               | 38 +++++++++++++------------
 include/hw/usb.h                | 12 ++++----
 monitor.c                       | 32 ++++++++-------------
 13 files changed, 152 insertions(+), 111 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Qemu-devel] [PULL for-2.3 v2 00/13] usb patch queue
  2015-03-20  8:11 [Qemu-devel] [PULL for-2.3 v2 00/13] usb patch queue Gerd Hoffmann
@ 2015-03-20 10:36 ` Peter Maydell
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2015-03-20 10:36 UTC (permalink / raw)
  To: Gerd Hoffmann; +Cc: QEMU Developers

On 20 March 2015 at 08:11, Gerd Hoffmann <kraxel@redhat.com> wrote:
>   Hi,
>
> Here is the usb patch queue for 2.3-rc1.  Grow a bit larger than I'd
> like it to be.  But I've somehow missed I had patches lingering in the
> usb queue while preparing the -rc0 pulls, and there also have been some
> bugfixes coming in pretty late.
>
> New in v2: added missing signed-off.  No code changes, so I don't spam
> the list with a repost of the patches.
>
> please pull,
>   Gerd
>
> The following changes since commit 5a4992834daec85c3913654903fb9f4f954e585a:
>
>   Merge remote-tracking branch 'remotes/armbru/tags/pull-cov-model-2015-03-17' into staging (2015-03-17 11:43:00 +0000)
>
> are available in the git repository at:
>
>
>   git://git.kraxel.org/qemu tags/pull-usb-20150320-1
>
> for you to fetch changes up to 4e289b1b62c8e271e3400317b4c3d98909093bc4:
>
>   ehci: fix segfault when hot-unplugging ehci controller (2015-03-20 08:50:12 +0100)
>
> ----------------------------------------------------------------
> usb: bugfix collection.
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-20 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-20  8:11 [Qemu-devel] [PULL for-2.3 v2 00/13] usb patch queue Gerd Hoffmann
2015-03-20 10:36 ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.