| Submitter | Gerd Hoffmann |
|---|---|
| Date | Nov. 21, 2012, 1:59 p.m. |
| Message ID | <1353506404-29446-1-git-send-email-kraxel@redhat.com> |
| Download | mbox |
| Permalink | /patch/200779/ |
| State | New |
| Headers | show |
Pull-request
git://git.kraxel.org/qemu usb.72Comments
Gerd Hoffmann <kraxel@redhat.com> writes: > Hi, > > Here comes the usb patch queue with a set od bugfixes from Hans. > > please pull, > Gerd > > The following changes since commit 1ccbc2851282564308f790753d7158487b6af8e2: > > qemu-sockets: Fix parsing of the inet option 'to'. (2012-11-21 12:07:59 +0400) Pulled. Thanks. Regards, Anthony Liguori > > are available in the git repository at: > git://git.kraxel.org/qemu usb.72 > > Hans de Goede (7): > uhci: Add a completions_only flag for async completions > uhci: Don't allow the guest to set port-enabled when there is no dev connected > uhci: Fix double unlink > usb-bt: Return NAK instead of STALL when interrupt ep has no data > usb-smartcard-reader: Properly NAK interrupt eps when we've no events > usb-redir: Split usb_handle_interrupt_data into separate in/out functions > usb-redir: Don't handle interrupt output packets async > > hw/usb/dev-bluetooth.c | 25 ++++++- > hw/usb/dev-smartcard-reader.c | 2 + > hw/usb/hcd-uhci.c | 19 ++++-- > hw/usb/redirect.c | 150 +++++++++++++++++++++------------------- > 4 files changed, 116 insertions(+), 80 deletions(-)
Hi, Here comes the usb patch queue with a set od bugfixes from Hans. please pull, Gerd The following changes since commit 1ccbc2851282564308f790753d7158487b6af8e2: qemu-sockets: Fix parsing of the inet option 'to'. (2012-11-21 12:07:59 +0400) are available in the git repository at: git://git.kraxel.org/qemu usb.72 Hans de Goede (7): uhci: Add a completions_only flag for async completions uhci: Don't allow the guest to set port-enabled when there is no dev connected uhci: Fix double unlink usb-bt: Return NAK instead of STALL when interrupt ep has no data usb-smartcard-reader: Properly NAK interrupt eps when we've no events usb-redir: Split usb_handle_interrupt_data into separate in/out functions usb-redir: Don't handle interrupt output packets async hw/usb/dev-bluetooth.c | 25 ++++++- hw/usb/dev-smartcard-reader.c | 2 + hw/usb/hcd-uhci.c | 19 ++++-- hw/usb/redirect.c | 150 +++++++++++++++++++++------------------- 4 files changed, 116 insertions(+), 80 deletions(-)