From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:52744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWqun-0008BL-N3 for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWquh-0001tX-EW for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:53 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:51912) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWqug-0001tR-U5 for qemu-devel@nongnu.org; Wed, 15 Jun 2011 10:17:47 -0400 Received: by pzk30 with SMTP id 30so296265pzk.4 for ; Wed, 15 Jun 2011 07:17:46 -0700 (PDT) Message-ID: <4DF8BF04.409@codemonkey.ws> Date: Wed, 15 Jun 2011 09:17:40 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <1308049552-5744-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1308049552-5744-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 06/14/2011 06:05 AM, Gerd Hoffmann wrote: > Hi, > > The USB patch queue has been rebased, got a minor fix (wrong comment in > patch #8, spotted by David Ahern) and three new patches. I'm just > posting the three new patches to avoid spamming the list with 30 > identical patches ... > > please pull, > Gerd Pulled. Thanks. Regards, Anthony Liguori > > The following changes since commit 0b862cedf36d927818c50584ddd611b0370673df: > > configure: Detect and don't try to use older libcurl (2011-06-13 21:16:27 +0200) > > are available in the git repository at: > git://git.kraxel.org/qemu usb.16 > > Brad Hards (3): > usb: Add defines for USB Serial Bus Release Number register > usb: Use defines for serial bus release number register for UHCI > usb: Use defines for serial bus release number register for EHCI > > Gerd Hoffmann (18): > usb-linux: catch ENODEV in more places. > usb-ehci: trace mmio and usbsts > usb-ehci: trace state machine changes > usb-ehci: trace port state > usb-ehci: improve mmio tracing > usb-ehci: trace buffer copy > usb-ehci: add queue data struct > usb-ehci: multiqueue support > usb-ehci: fix offset writeback in ehci_buffer_rw > usb-ehci: fix error handling. > usb: cancel async packets on unplug > usb-ehci: drop EXECUTING checks. > usb-ehci: itd handling fixes. > usb-ehci: split trace calls to handle arg count limits > usb: documentation update > usb-linux: only cleanup in host_close when host_open was successful. > usb: don't call usb_host_device_open from vl.c > usb-uhci: fix expire time initialization. > > Hans de Goede (9): > ehci: fix a number of unused-but-set-variable warnings (new with gcc-4.6) > usb-linux: Get speed from sysfs rather then from the connectinfo ioctl > usb-linux: Teach about super speed > usb-linux: Don't do perror when errno is not set > usb-linux: Ensure devep != 0 > usb-linux: Don't try to open the same device twice > usb-linux: Enlarge buffer for descriptors to 8192 bytes > usb-bus: Add knowledge of USB_SPEED_SUPER to usb_speed helper > usb-bus: Don't detach non attached devices on device exit > > Kevin O'Connor (2): > Fix USB mouse Set_Protocol behavior > The USB tablet should not claim boot protocol support. > > Peter Maydell (2): > hw/usb-ohci.c: Ignore writes to HcPeriodCurrentED register > hw/usb-ohci.c: Implement remote wakeup > > docs/usb2.txt | 85 ++++ > hw/milkymist-softusb.c | 10 +- > hw/usb-bus.c | 10 +- > hw/usb-ehci.c | 1198 ++++++++++++++++++++++++++++-------------------- > hw/usb-hid.c | 5 +- > hw/usb-musb.c | 23 +- > hw/usb-ohci.c | 37 ++- > hw/usb-uhci.c | 32 ++- > hw/usb.h | 14 +- > trace-events | 20 + > usb-linux.c | 96 +++-- > vl.c | 6 +- > 12 files changed, 990 insertions(+), 546 deletions(-) > >