mbox

[PULL,0/9] Usb 20190529 patches

Message ID 20190529062832.26483-1-kraxel@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Gerd Hoffmann May 29, 2019, 6:28 a.m. UTC
The following changes since commit da35f7f1eeff9f249a9597400fc514c83fd3a0f8:

  virtio-gpu: add sanity check (2019-05-28 08:14:44 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 442bac16a6cd708a9f87adb0a263f9d833f03ed5:

  usb-tablet: fix serial compat property (2019-05-29 07:10:02 +0200)

----------------------------------------------------------------
usb-hub: port count config option, emulate power switching, cleanups.
usb-tablet, usb-host: bugfixes.

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

Gerd Hoffmann (9):
  usb: call reset handler before updating state
  usb-host: skip reset for untouched devices
  usb-host: avoid libusb_set_configuration calls
  usb-hub: tweak feature names
  usb-hub: make number of ports runtime-configurable
  usb-hub: add helpers to update port state
  usb-hub: add usb_hub_port_update()
  usb-hub: emulate per port power switching
  usb-tablet: fix serial compat property

 hw/core/machine.c    |   2 +-
 hw/usb/core.c        |   2 +-
 hw/usb/dev-hub.c     | 221 ++++++++++++++++++++++++++++++-------------
 hw/usb/host-libusb.c |  21 ++--
 4 files changed, 169 insertions(+), 77 deletions(-)

Comments

Peter Maydell May 30, 2019, 2:07 p.m. UTC | #1
On Wed, 29 May 2019 at 07:33, Gerd Hoffmann <kraxel@redhat.com> wrote:
>
> The following changes since commit da35f7f1eeff9f249a9597400fc514c83fd3a0f8:
>
>   virtio-gpu: add sanity check (2019-05-28 08:14:44 +0200)
>
> are available in the Git repository at:
>
>   git://git.kraxel.org/qemu tags/usb-20190529-pull-request
>
> for you to fetch changes up to 442bac16a6cd708a9f87adb0a263f9d833f03ed5:
>
>   usb-tablet: fix serial compat property (2019-05-29 07:10:02 +0200)
>
> ----------------------------------------------------------------
> usb-hub: port count config option, emulate power switching, cleanups.
> usb-tablet, usb-host: bugfixes.
>
> ----------------------------------------------------------------
>


Applied, thanks.

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

-- PMM