From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:32854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Z2o-0002Pq-4X for qemu-devel@nongnu.org; Fri, 02 Mar 2012 15:25:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S3Z2m-00079d-Gj for qemu-devel@nongnu.org; Fri, 02 Mar 2012 15:25:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:25829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S3Z2m-00079U-81 for qemu-devel@nongnu.org; Fri, 02 Mar 2012 15:25:36 -0500 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 q22KPYDA012501 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Mar 2012 15:25:34 -0500 From: Hans de Goede Date: Fri, 2 Mar 2012 21:27:07 +0100 Message-Id: <1330720040-24507-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] usb patches [v2] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Hi, Here is a series of usb patches against current qemu master, mostly consisting of a whole bunch of small ehci fixes, plus some redirection fixes. Changes in v2: Due to some reshuffling of patches before sending [PATCH 04/13] "usb-ehci: always call ehci_queues_rip_unused for period queues" ended up passing in the flush flag of ehci_queues_rip_unused, which does not get added to it until the next patch. This version fixes this so that all intermediate steps compile. Regards, Hans