From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMEIR-0003O0-K4 for qemu-devel@nongnu.org; Tue, 17 May 2011 03:02:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QMEIN-0004Cj-Ns for qemu-devel@nongnu.org; Tue, 17 May 2011 03:02:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:6074) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QMEIN-0004Cf-Fb for qemu-devel@nongnu.org; Tue, 17 May 2011 03:02:19 -0400 Message-ID: <4DD21D77.7020809@redhat.com> Date: Tue, 17 May 2011 09:02:15 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <4D8A669C.4000700@rdsoftware.de> <4D96E0B3.8040301@rdsoftware.de> <4DB801E0.10809@rdsoftware.de> <4DBFE7A9.3000609@redhat.com> <4DD16AD7.60509@rdsoftware.de> In-Reply-To: <4DD16AD7.60509@rdsoftware.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] BUG: 0.14.0 -device usb-host supports only one device List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: qemu-devel@nongnu.org > Hi Gerd, > > hm, if I add it multiple times and plug in a USB flashdrive, then all > slots are filled up with this device (duplicated)... > And Windows detects them with the result, that the "not first" devices > are marked with a yellow exclamation mark in the device manager. > And the next device plugged in gets then not detected because all > preallocated slots are full :-( > > Any ideas? The upcoming usb patches will add the option to assign devices by physical host port, that is probably the best solution for the issue. I don't have an idea offhand for stable-0.14 though. cheers, Gerd