]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'kraxel/usb.72' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Nov 2012 14:19:20 +0000 (08:19 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 26 Nov 2012 14:19:20 +0000 (08:19 -0600)
commit95a6e48d776b208d085854358313346ebdb2924d
tree4c048edc56274824dba302d5f271aa1d71fcfbd9
parentfb43a4807ec06307048018d93a7f9e0828308bb5
parent723aedd53281cfa0997457cb156a59909a75f5a8
Merge remote-tracking branch 'kraxel/usb.72' into staging

* kraxel/usb.72:
  usb-redir: Don't handle interrupt output packets async
  usb-redir: Split usb_handle_interrupt_data into separate in/out functions
  usb-smartcard-reader: Properly NAK interrupt eps when we've no events
  usb-bt: Return NAK instead of STALL when interrupt ep has no data
  uhci: Fix double unlink
  uhci: Don't allow the guest to set port-enabled when there is no dev connected
  uhci: Add a completions_only flag for async completions

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>