From patchwork Wed Nov 21 13:59:57 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 200779 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 60EF62C0098 for ; Thu, 22 Nov 2012 01:28:11 +1100 (EST) Received: from localhost ([::1]:44383 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbBHd-0007IM-Jk for incoming@patchwork.ozlabs.org; Wed, 21 Nov 2012 09:28:09 -0500 Received: from eggs.gnu.org ([208.118.235.92]:54291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbBHP-0007Hj-9N for qemu-devel@nongnu.org; Wed, 21 Nov 2012 09:28:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbBHL-000439-4M for qemu-devel@nongnu.org; Wed, 21 Nov 2012 09:27:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbBHK-00042x-TI for qemu-devel@nongnu.org; Wed, 21 Nov 2012 09:27:51 -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 qALERoTR028582 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 21 Nov 2012 09:27:50 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qALE051w020899; Wed, 21 Nov 2012 09:00:25 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id F303540AE8; Wed, 21 Nov 2012 15:00:04 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 21 Nov 2012 14:59:57 +0100 Message-Id: <1353506404-29446-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 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 for-1.3 0/7] 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 with a set od bugfixes from Hans. please pull, Gerd The following changes since commit 1ccbc2851282564308f790753d7158487b6af8e2: qemu-sockets: Fix parsing of the inet option 'to'. (2012-11-21 12:07:59 +0400) are available in the git repository at: git://git.kraxel.org/qemu usb.72 Hans de Goede (7): uhci: Add a completions_only flag for async completions uhci: Don't allow the guest to set port-enabled when there is no dev connected uhci: Fix double unlink usb-bt: Return NAK instead of STALL when interrupt ep has no data usb-smartcard-reader: Properly NAK interrupt eps when we've no events usb-redir: Split usb_handle_interrupt_data into separate in/out functions usb-redir: Don't handle interrupt output packets async hw/usb/dev-bluetooth.c | 25 ++++++- hw/usb/dev-smartcard-reader.c | 2 + hw/usb/hcd-uhci.c | 19 ++++-- hw/usb/redirect.c | 150 +++++++++++++++++++++------------------- 4 files changed, 116 insertions(+), 80 deletions(-)