]> git.proxmox.com Git - qemu.git/commit
Merge remote-tracking branch 'kraxel/usb.70' into staging
authorAnthony Liguori <aliguori@us.ibm.com>
Wed, 14 Nov 2012 14:50:18 +0000 (08:50 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 14 Nov 2012 14:50:18 +0000 (08:50 -0600)
commitce5e5b522e8d3b848b6445c34226b69c77c46403
tree9cd13246a20784e657c3d6d686e0282d1da5ffba
parentbf0dfb69f860a7894958068fba45f5268dddd6be
parent9d1530470bba5d8bec4796c0b43b874d5f9ef017
Merge remote-tracking branch 'kraxel/usb.70' into staging

* kraxel/usb.70:
  ehci: fix migration
  xhci: Fix some DMA host endian bugs
  usb/combined-packet: Move freeing of combined to usb_combined_packet_remove()
  xhci: Add support for packets with both data and an error status
  ehci: Add support for packets with both data and an error status
  ehci: Get rid of the magical PROC_ERR status
  usb-redir: Allow packets to have both data and an error-status
  usb: split packet result into actual_length + status

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