From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KWIrO-0000oO-JD for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:42:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KWIrM-0000nd-TJ for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:42:29 -0400 Received: from [199.232.76.173] (port=42460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KWIrM-0000nR-IA for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:42:28 -0400 Received: from py-out-1112.google.com ([64.233.166.178]:14829) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KWIrM-0001rP-0n for qemu-devel@nongnu.org; Thu, 21 Aug 2008 18:42:28 -0400 Received: by py-out-1112.google.com with SMTP id p76so143079pyb.10 for ; Thu, 21 Aug 2008 15:42:26 -0700 (PDT) Message-ID: <48ADEF25.1050402@codemonkey.ws> Date: Thu, 21 Aug 2008 17:41:41 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [5050] uhci: rewrite UHCI emulator, fully async operation with multiple outstanding transactions ( Max Krasnyansky) References: <20080821223205.GA15756@volta.aurel32.net> In-Reply-To: <20080821223205.GA15756@volta.aurel32.net> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Aurelien Jarno , Max Krasnyansky Aurelien Jarno wrote: > On Thu, Aug 21, 2008 at 07:30:32PM +0000, Anthony Liguori wrote: > >> Revision: 5050 >> http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5050 >> Author: aliguori >> Date: 2008-08-21 19:30:31 +0000 (Thu, 21 Aug 2008) >> >> Log Message: >> ----------- >> uhci: rewrite UHCI emulator, fully async operation with multiple outstanding transactions (Max Krasnyansky) >> > > Please note that this commit has broken the -usbdevice option (at least > disk, tablet and mouse) for a GNU/Linux guest running a 2.6.18 kernel. > Well, reverting is going to be painful since this is the 4th patch in a series of 8, so I'll try to fix this tonight, otherwise, I'll revert. Regards, Anthony Liguori