From patchwork Mon Jun 24 06:44:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 253644 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id CE8F82C0500 for ; Mon, 24 Jun 2013 16:46:40 +1000 (EST) Received: from localhost ([::1]:37894 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur0Xu-0006ri-Vr for incoming@patchwork.ozlabs.org; Mon, 24 Jun 2013 02:46:38 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42380) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur0W6-0004pv-S4 for qemu-devel@nongnu.org; Mon, 24 Jun 2013 02:44:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ur0W5-0000HV-Sk for qemu-devel@nongnu.org; Mon, 24 Jun 2013 02:44:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:13160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ur0W5-0000HI-JW for qemu-devel@nongnu.org; Mon, 24 Jun 2013 02:44:45 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5O6ii4Z023807 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 24 Jun 2013 02:44:45 -0400 Received: from rincewind.home.kraxel.org (ovpn-116-31.ams2.redhat.com [10.36.116.31]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5O6iieK027925; Mon, 24 Jun 2013 02:44:44 -0400 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id A7ACF415E8; Mon, 24 Jun 2013 08:44:43 +0200 (CEST) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Mon, 24 Jun 2013 08:44:34 +0200 Message-Id: <1372056283-4845-1-git-send-email-kraxel@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.25 X-MIME-Autoconverted: from 8bit to quoted-printable by mx1.redhat.com id r5O6ii4Z023807 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PULL 0/9] usb patch queue X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Hi, Here comes the usb patch queue, bringing QOM improvements for ehci-sysbus, tegra2 ehci support and the usual share of little bug fixes. please pull, Gerd The following changes since commit 576156ffed72ab4feb0b752979db86ff8759a2a1: Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging (2013-06-20 16:53:39 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.84 for you to fetch changes up to 93c8e4dc386a243d7d417567d81dc1f1698478a4: usb: fix serial number for hid devices (2013-06-24 08:41:08 +0200) ---------------------------------------------------------------- Andreas Färber (3): usb/hcd-ehci-sysbus: Convert to QOM realize usb/hcd-ehci: Split off instance_init from realize usb/hcd-ehci: Add Tegra2 SysBus EHCI device Gerd Hoffmann (3): usb-host-libusb: set USB_DEV_FLAG_IS_HOST usb: add serial bus property usb: fix serial number for hid devices Hans de Goede (1): usb/host-libusb: Fix building with libusb git master code Kuo-Jung Su (2): usb/hcd-ehci: Replace PORTSC macros with variables usb/hcd-ehci: Add Faraday FUSBH200 support hw/i386/pc_piix.c | 12 +++++ hw/usb/bus.c | 1 + hw/usb/desc.c | 6 +++ hw/usb/dev-hid.c | 3 ++ hw/usb/dev-storage.c | 13 ++--- hw/usb/hcd-ehci-pci.c | 23 ++++++--- hw/usb/hcd-ehci-sysbus.c | 121 +++++++++++++++++++++++++++++++++++++++++++--- hw/usb/hcd-ehci.c | 50 +++++++++++-------- hw/usb/hcd-ehci.h | 28 ++++++++--- hw/usb/host-libusb.c | 5 ++ include/hw/usb.h | 1 + 11 files changed, 212 insertions(+), 51 deletions(-)