Hi,
Here is the usb patch queue, bringing two little bug fixes
and live migration support for xhci.
cheers,
Gerd
The following changes since commit f10acc8b38d65a66ffa0588a036489d7fa6a593e:
tcx: Fix 24-bit display mode (2013-06-02 16:45:40 +0000)
are available in the git repository at:
git://git.kraxel.org/qemu usb.83
for you to fetch changes up to 37352df30fbc38d1de464db8927536d5e36cf52a:
xhci: add live migration support (2013-06-03 11:38:03 +0200)
----------------------------------------------------------------
Ed Maste (1):
host-libusb: Correct test for USB packet state
Gerd Hoffmann (5):
pci: add VMSTATE_MSIX
xhci: add XHCISlot->addressed
xhci: add xhci_alloc_epctx
xhci: add xhci_init_epctx
xhci: add live migration support
Michael Marineau (1):
Fix usage of USB_DEV_FLAG_IS_HOST flag.
hw/pci/msix.c | 33 +++++++
hw/usb/core.c | 2 +-
hw/usb/hcd-xhci.c | 228 ++++++++++++++++++++++++++++++++++++++++++++-----
hw/usb/host-libusb.c | 2 +-
include/hw/pci/msix.h | 11 +++
5 files changed, 251 insertions(+), 25 deletions(-)