[PULL 0/7] Usb 20210729 patches

Gerd Hoffmann posted 7 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210729125044.3531457-1-kraxel@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, Thomas Huth <thuth@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Willian Rampazzo <willianr@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>
docs/usb-storage.txt                          |  59 -----
docs/usb2.txt                                 | 172 -------------
hw/usb/host-libusb.c                          |  33 ++-
hw/usb/redirect.c                             |   2 +-
MAINTAINERS                                   |   3 +-
docs/system/devices/usb.rst                   | 225 +++++++++++++++++-
.../dockerfiles/fedora-win32-cross.docker     |   1 +
.../dockerfiles/fedora-win64-cross.docker     |   1 +
8 files changed, 254 insertions(+), 242 deletions(-)
delete mode 100644 docs/usb-storage.txt
delete mode 100644 docs/usb2.txt
[PULL 0/7] Usb 20210729 patches
Posted by Gerd Hoffmann 2 years, 9 months ago
The following changes since commit f2da205cb4142259d9bc6b9d4596ebbe2426fe49:

  Update version for v6.1.0-rc1 release (2021-07-27 18:07:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 30a20f2c5a9cf8f01ffcc918a7a5751dfe956524:

  docs: Fold usb2.txt passthrough information into usb.rst (2021-07-29 11:18:55 +0200)

----------------------------------------------------------------
usb: fixes for 6.1: usbredir, usb-host for windows, docs.

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

Gerd Hoffmann (3):
  usb-host: wire up timer for windows
  ci: add libusb for windows builds
  usbredir: fix free call

Peter Maydell (4):
  docs: Incorporate information in usb-storage.txt into rST manual
  docs: Fold usb2.txt USB controller information into usb.rst
  docs: Fold usb2.txt physical port addressing info into usb.rst
  docs: Fold usb2.txt passthrough information into usb.rst

 docs/usb-storage.txt                          |  59 -----
 docs/usb2.txt                                 | 172 -------------
 hw/usb/host-libusb.c                          |  33 ++-
 hw/usb/redirect.c                             |   2 +-
 MAINTAINERS                                   |   3 +-
 docs/system/devices/usb.rst                   | 225 +++++++++++++++++-
 .../dockerfiles/fedora-win32-cross.docker     |   1 +
 .../dockerfiles/fedora-win64-cross.docker     |   1 +
 8 files changed, 254 insertions(+), 242 deletions(-)
 delete mode 100644 docs/usb-storage.txt
 delete mode 100644 docs/usb2.txt

-- 
2.31.1



Re: [PULL 0/7] Usb 20210729 patches
Posted by Peter Maydell 2 years, 9 months ago
On Thu, 29 Jul 2021 at 13:58, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit f2da205cb4142259d9bc6b9d4596ebbe2426fe49:
>
>   Update version for v6.1.0-rc1 release (2021-07-27 18:07:52 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20210729-pull-request
>
> for you to fetch changes up to 30a20f2c5a9cf8f01ffcc918a7a5751dfe956524:
>
>   docs: Fold usb2.txt passthrough information into usb.rst (2021-07-29 11:18:55 +0200)
>
> ----------------------------------------------------------------
> usb: fixes for 6.1: usbredir, usb-host for windows, docs.
>


Applied, thanks.

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

-- PMM