From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NrwZZ-0007ys-2G for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:58:21 -0400 Received: from [199.232.76.173] (port=35633 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NrwZY-0007yb-MQ for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:58:20 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NrwZX-0004kO-8F for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:58:20 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:60989) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NrwZW-0004jc-Uc for qemu-devel@nongnu.org; Wed, 17 Mar 2010 12:58:19 -0400 Received: by mail-pw0-f45.google.com with SMTP id 9so888027pwi.4 for ; Wed, 17 Mar 2010 09:58:18 -0700 (PDT) Message-ID: <4BA10A26.4090300@codemonkey.ws> Date: Wed, 17 Mar 2010 11:58:14 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] hw/usb-msd: fix some usb requests References: <87pr3cmrx3.fsf@lechat.rtp-net.org> In-Reply-To: <87pr3cmrx3.fsf@lechat.rtp-net.org> 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: "Arnaud Patard (Rtp)" Cc: qemu-devel@nongnu.org On 03/10/2010 03:45 AM, Arnaud Patard (Rtp) wrote: > The usb-msd device emulation needs some small tweaks in the requests > emulations. For instance, the reset/maxlun requests are class/interface > specific so requests for them with the type class and recipient interface > bits sets have to be handled. > > Signed-off-by: Arnaud Patard > --- > Applied. Thanks. Regards, Anthony Liguori