From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:44603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpLIr-0007U4-OQ for qemu-devel@nongnu.org; Mon, 23 Jan 2012 09:55:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpLIh-0004QE-9S for qemu-devel@nongnu.org; Mon, 23 Jan 2012 09:55:25 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1065) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpLIg-0004Q1-Vi for qemu-devel@nongnu.org; Mon, 23 Jan 2012 09:55:15 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0NEtEbk025228 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Jan 2012 09:55:14 -0500 From: Gerd Hoffmann Date: Mon, 23 Jan 2012 15:54:46 +0100 Message-Id: <1327330511-16307-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 00/25] *** SUBJECT HERE *** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann *** BLURB HERE *** Gerd Hoffmann (25): usb: kill USB_MSG_{ATTACH,DETACH} usb: kill USB_MSG_RESET usb: kill usb_send_msg usb: add usb_find_device() usb-hub: implement find_device usb: handle dev == NULL in usb_handle_packet() usb-uhci: switch to usb_find_device() usb-ehci: switch to usb_find_device() usb-ohci: switch to usb_find_device() usb-musb: switch to usb_find_device() usb-xhci: switch to usb_find_device() usb: kill handle_packet callback usb: fold usb_generic_handle_packet into usb_handle_packet usb: USBPacket: add status, rename owner -> ep usb: add USBEndpoint->{nr,pid} usb: Set USBEndpoint in usb_packet_setup(). usb: maintain async packet list per endpoint usb: pass USBEndpoint to usb_wakeup usb: add USBBusOps->wakeup_endpoint xhci: signal low- and fullspeed support xhci: add trb type name lookup support. xhci: stop on errors xhci: kill port arg from xhci_setup_packet xhci: remote wakeup support xhci: handle USB_RET_NAK hw/usb-audio.c | 5 +- hw/usb-bt.c | 5 +- hw/usb-ccid.c | 7 +- hw/usb-ehci.c | 88 +++++++++----------- hw/usb-hid.c | 9 +- hw/usb-hub.c | 72 ++++++---------- hw/usb-msd.c | 3 +- hw/usb-musb.c | 18 ++-- hw/usb-net.c | 7 +- hw/usb-ohci.c | 81 +++++++++--------- hw/usb-serial.c | 4 +- hw/usb-uhci.c | 64 +++++--------- hw/usb-wacom.c | 3 +- hw/usb-xhci.c | 246 +++++++++++++++++++++++++++++++++++++++++++++-------- hw/usb.c | 254 ++++++++++++++++++++++++++++++++++++------------------- hw/usb.h | 54 +++++++----- usb-bsd.c | 3 +- usb-linux.c | 45 +++++----- usb-redir.c | 3 +- 19 files changed, 593 insertions(+), 378 deletions(-)