[PULL 0/3] Usb 20210528 patches

Gerd Hoffmann posted 3 patches 2 years, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/next-importer-push tags/patchew/20210528142202.2154592-1-kraxel@redhat.com
hw/usb/hcd-xhci.h        |  2 +-
hw/input/hid.c           |  4 ++--
hw/usb/hcd-xhci-pci.c    | 13 ++++++++-----
hw/usb/hcd-xhci-sysbus.c |  4 +++-
hw/usb/hcd-xhci.c        |  8 ++++++--
5 files changed, 20 insertions(+), 11 deletions(-)
[PULL 0/3] Usb 20210528 patches
Posted by Gerd Hoffmann 2 years, 11 months ago
The following changes since commit c8616fc7670b884de5f74d2767aade224c1c5c3a:

  Merge remote-tracking branch 'remotes/philmd/tags/gitlab-ci-20210527' into staging (2021-05-27 16:32:57 +0100)

are available in the Git repository at:

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

for you to fetch changes up to fc967aad408eb4777b099d17ada1f39be5f6fd2e:

  hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X (2021-05-28 09:10:20 +0200)

----------------------------------------------------------------
usb: bugfixes for hid and xhci.

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

Katsuhiro Ueno (1):
  hw/input/hid: Add support for keys of jp106 keyboard.

Ruimei Yan (2):
  hw/usb: hcd-xhci-pci: Raise MSI/MSI-X interrupts only when told to
  hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X

 hw/usb/hcd-xhci.h        |  2 +-
 hw/input/hid.c           |  4 ++--
 hw/usb/hcd-xhci-pci.c    | 13 ++++++++-----
 hw/usb/hcd-xhci-sysbus.c |  4 +++-
 hw/usb/hcd-xhci.c        |  8 ++++++--
 5 files changed, 20 insertions(+), 11 deletions(-)

-- 
2.31.1



Re: [PULL 0/3] Usb 20210528 patches
Posted by Peter Maydell 2 years, 11 months ago
On Fri, 28 May 2021 at 15:24, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit c8616fc7670b884de5f74d2767aade224c1c5c3a:
>
>   Merge remote-tracking branch 'remotes/philmd/tags/gitlab-ci-20210527' into staging (2021-05-27 16:32:57 +0100)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20210528-pull-request
>
> for you to fetch changes up to fc967aad408eb4777b099d17ada1f39be5f6fd2e:
>
>   hw/usb: hcd-xhci-pci: Fix spec violation of IP flag for MSI/MSI-X (2021-05-28 09:10:20 +0200)
>
> ----------------------------------------------------------------
> usb: bugfixes for hid and xhci.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM