From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkEPy-0001fd-AP for qemu-devel@nongnu.org; Fri, 22 Jul 2011 08:01:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QkEPr-0005nO-FK for qemu-devel@nongnu.org; Fri, 22 Jul 2011 08:01:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28666) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QkEPr-0005n2-2u for qemu-devel@nongnu.org; Fri, 22 Jul 2011 08:01:15 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p6MC1DjU020246 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 22 Jul 2011 08:01:14 -0400 From: Gerd Hoffmann Date: Fri, 22 Jul 2011 14:01:02 +0200 Message-Id: <1311336066-31205-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL v2] usb patch queue for 0.15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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