From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:42209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSpaE-0007C9-VR for qemu-devel@nongnu.org; Tue, 22 Nov 2011 07:36:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RSpaB-0002VC-4J for qemu-devel@nongnu.org; Tue, 22 Nov 2011 07:36:18 -0500 Received: from mx1.redhat.com ([209.132.183.28]:65122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RSpaA-0002V3-Qo for qemu-devel@nongnu.org; Tue, 22 Nov 2011 07:36:15 -0500 Message-ID: <4ECB9738.1000506@redhat.com> Date: Tue, 22 Nov 2011 13:36:08 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4ECB643D.10308@linux.vnet.ibm.com> In-Reply-To: <4ECB643D.10308@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Implement the function usb_hub_handle_reset List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: hkran Cc: qemu-devel , Stefan Hajnoczi On 11/22/11 09:58, hkran wrote: > Implement the function usb_hub_handle_reset. without it the guest > propablly fail to configure the usb device attached to the virtulized > hub with a correct address. > > Typically, attaching more than one usb devices when lauch qemu may lead > to the problem. What is the exact problem you are trying to fix? cheers, Gerd