[Qemu-devel] [PULL 0/5] Usb 20190108 patches

Gerd Hoffmann posted 5 patches 6 years, 10 months ago
Test asan passed
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190108155354.8591-1-kraxel@redhat.com
hw/usb/hcd-ehci.h           |  1 +
include/hw/usb.h            |  2 --
hw/i386/pc_q35.c            | 53 +++++++++++++++++++++++++++++++++++++++++++++
hw/usb/bus.c                |  6 -----
hw/usb/ccid-card-emulated.c |  2 ++
hw/usb/dev-mtp.c            |  1 +
hw/usb/hcd-ehci-pci.c       | 53 ---------------------------------------------
hw/usb/hcd-ehci-sysbus.c    | 17 +++++++++++++++
8 files changed, 74 insertions(+), 61 deletions(-)
[Qemu-devel] [PULL 0/5] Usb 20190108 patches
Posted by Gerd Hoffmann 6 years, 10 months ago
The following changes since commit e59dbbac0364344a3ad84c3497a98c56003d3fb8:

  Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-request' into staging (2019-01-04 18:23:13 +0000)

are available in the git repository at:

  git://git.kraxel.org/qemu tags/usb-20190108-pull-request

for you to fetch changes up to efce3175fd572e4d98af0b50ae9cb8d7b808f034:

  usb: move ehci_create_ich9_with_companions to hw/i386 (2019-01-08 12:43:41 +0100)

----------------------------------------------------------------
usb: generic sysbus ehci, bugfixes.

----------------------------------------------------------------

Daniel P. Berrangé (1):
  hw/usb: fix mistaken de-initialization of CCID state

Hongbo Zhang (1):
  hw/usb: Add generic sys-bus EHCI controller

Jonathan Davies (1):
  usb: drop unnecessary usb_device_post_load checks

Li Qiang (1):
  usb: dev-mtp: fix memory leak in error path

Paolo Bonzini (1):
  usb: move ehci_create_ich9_with_companions to hw/i386

 hw/usb/hcd-ehci.h           |  1 +
 include/hw/usb.h            |  2 --
 hw/i386/pc_q35.c            | 53 +++++++++++++++++++++++++++++++++++++++++++++
 hw/usb/bus.c                |  6 -----
 hw/usb/ccid-card-emulated.c |  2 ++
 hw/usb/dev-mtp.c            |  1 +
 hw/usb/hcd-ehci-pci.c       | 53 ---------------------------------------------
 hw/usb/hcd-ehci-sysbus.c    | 17 +++++++++++++++
 8 files changed, 74 insertions(+), 61 deletions(-)

-- 
2.9.3


Re: [Qemu-devel] [PULL 0/5] Usb 20190108 patches
Posted by Peter Maydell 6 years, 10 months ago
On Tue, 8 Jan 2019 at 15:58, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit e59dbbac0364344a3ad84c3497a98c56003d3fb8:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/fw_cfg-20190104-pull-request' into staging (2019-01-04 18:23:13 +0000)
>
> are available in the git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190108-pull-request
>
> for you to fetch changes up to efce3175fd572e4d98af0b50ae9cb8d7b808f034:
>
>   usb: move ehci_create_ich9_with_companions to hw/i386 (2019-01-08 12:43:41 +0100)
>
> ----------------------------------------------------------------
> usb: generic sysbus ehci, bugfixes.
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/4.0
for any user-visible changes.

-- PMM