Hi, Brings UAS (usb attached scsi) support, fixes and improvements for the ehci interrupt handling and a little uhci loadvm compatibility bugfix.
please pull, Gerd The following changes since commit 92336855975805d88c7979f53bc05c2d47abab04: megasas: disable due to build breakage (2012-07-09 18:16:16 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.57 Gerd Hoffmann (5): usb: add usb attached scsi emulation uhci: initialize expire_time when loading v1 vmstate ehci: raise irq in the frame timer ehci: implement Interrupt Threshold Control support ehci: improve expire time calculation Paolo Bonzini (1): scsi: add free_request callback docs/usb-storage.txt | 38 +++ hw/scsi-bus.c | 5 + hw/scsi.h | 1 + hw/usb/Makefile.objs | 1 + hw/usb/dev-uas.c | 779 ++++++++++++++++++++++++++++++++++++++++++++++++++ hw/usb/hcd-ehci.c | 91 ++++--- hw/usb/hcd-uhci.c | 12 + trace-events | 16 +- 8 files changed, 909 insertions(+), 34 deletions(-) create mode 100644 docs/usb-storage.txt create mode 100644 hw/usb/dev-uas.c