From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:35556) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM2Oj-00047x-2k for qemu-devel@nongnu.org; Mon, 16 May 2011 14:20:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QM2Oi-0002St-0M for qemu-devel@nongnu.org; Mon, 16 May 2011 14:20:05 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:63658) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QM2Oh-0002SU-I4 for qemu-devel@nongnu.org; Mon, 16 May 2011 14:20:03 -0400 Message-ID: <4DD16AD7.60509@rdsoftware.de> Date: Mon, 16 May 2011 20:20:07 +0200 From: Erik Rull MIME-Version: 1.0 References: <4D8A669C.4000700@rdsoftware.de> <4D96E0B3.8040301@rdsoftware.de> <4DB801E0.10809@rdsoftware.de> <4DBFE7A9.3000609@redhat.com> In-Reply-To: <4DBFE7A9.3000609@redhat.com> 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: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > Hi, > >>>> When enabling the -device usb-host option support for adding >>>> automatically USB devices from the host to the guest, only one device >>>> gets detected. > > Yes. -device usb-host creates a *single* virtual usb device instance. > When a matching device on the host is found the virtual device is > plugged in, otherwise it is plugged out. In plugged out state qemu looks > now and then (every two seconds IIRC) whenever a matching device was > plugged into the host. > > Try -device usb-host twice if you need two virtual usb devices. > > cheers, > Gerd 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? Best regards, Erik