From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE14B-0007Yr-TQ for qemu-devel@nongnu.org; Fri, 27 Nov 2009 08:40:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE145-0007WS-Pk for qemu-devel@nongnu.org; Fri, 27 Nov 2009 08:40:54 -0500 Received: from [199.232.76.173] (port=54765 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE145-0007Vs-6v for qemu-devel@nongnu.org; Fri, 27 Nov 2009 08:40:49 -0500 Received: from mx1.redhat.com ([209.132.183.28]:15837) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE144-0000PL-OV for qemu-devel@nongnu.org; Fri, 27 Nov 2009 08:40:49 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nARDelAl029089 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Nov 2009 08:40:47 -0500 Message-ID: <4B0FD6DC.3070309@redhat.com> Date: Fri, 27 Nov 2009 14:40:44 +0100 From: Gerd Hoffmann MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix recently introduced bugs in -usbdevice host References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org On 11/27/09 13:05, Markus Armbruster wrote: > Commit 26a9e82a has the following flaws: > ACK, the fixes are correct. /me used to test with -device usb-host, mostly and obviously didn't pay enougth attention to the -usbdevice backward compatibility code paths. thanks for fixing it up, Gerd