Hi, Here comes the updated usb patch queue for 0.15. It is rebased to latest master, gained one more bugfix and usb network redirection support, so it is now four patches instead of two.
Adding usb network redirection support doesn't fall into bugfixing, but as it just adds a new driver and thus can hardly cause regressions I think it is fine to merge for 0.15 nevertheless. please pull, Gerd The following changes since commit d1afc48b7cfdb4490f322d5d82a2aae6d545ec06: SPARC64: implement addtional MMU faults related to nonfaulting load (2011-07-21 20:02:22 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.21 Gerd Hoffmann (3): usb-hid: fixup changed tracking. usb-uhci: fix irq handling on error. usb-ehci: trace: rename "next" to "nxt". Hans de Goede (1): USB: add usb network redirection support Makefile.objs | 1 + configure | 28 ++ hw/usb-hid.c | 9 +- hw/usb-uhci.c | 6 + trace-events | 6 +- usb-redir.c | 1218 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 1260 insertions(+), 8 deletions(-) create mode 100644 usb-redir.c