From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:57924) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpLO6-0006wk-BH for qemu-devel@nongnu.org; Mon, 23 Jan 2012 10:00:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RpLNv-00058Z-FT for qemu-devel@nongnu.org; Mon, 23 Jan 2012 10:00:50 -0500 Received: from mx1.redhat.com ([209.132.183.28]:16437) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RpLNv-00058K-3T for qemu-devel@nongnu.org; Mon, 23 Jan 2012 10:00:39 -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 q0NF0bJt014338 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 23 Jan 2012 10:00:37 -0500 Message-ID: <4F1D760D.2080201@redhat.com> Date: Mon, 23 Jan 2012 16:00:29 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1327330511-16307-1-git-send-email-kraxel@redhat.com> In-Reply-To: <1327330511-16307-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 00/25] *** SUBJECT HERE *** List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/23/12 15:54, Gerd Hoffmann wrote: > *** BLURB HERE *** Oops, that wasn't supposed to happen ... This patch series revamps the usb packet workflow to move the whole thing to a event-based workflow. xhci emulation needs this, and we also might be able to use this with the other host adapters to reduce emulation cpu overhead, although it is much harder there due to the way the hardware is designed ... please review, Gerd