The multi-config patch is already merged in Qemu 9.1
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Marek Zelem
Sent: Saturday, February 09, 2008 5:34 PM
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] USB support
Hi
I want to inform you that I su
Lonnie Mendez wrote:
On Saturday 05 November 2005 11:10 am, Fabrice Bellard wrote:
1) The host OS must not use the USB device. It means in particular that
no host OS driver must be present for that device. The solution I am
using is to rename the host kernel module "usb-storage.o" to
"usb-sto
> > - Linux host USB redirector to use the USB 1.1 host devices which are
> > not requested by the host OS (i.e. no host driver is loaded for them).
> > It is *very* limited and buggy at the moment, but I was able (once !) to
> > mount a disk-on-key flash device.
>
> Had you thought of adding a min
> I just commited an initial USB support for QEMU. This USB layer will
> ultimately enable QEMU to use some host USB devices and to simulate USB
> devices.
Coolness!
> - Linux host USB redirector to use the USB 1.1 host devices which are
> not requested by the host OS (i.e. no host driver is load
On Saturday 05 November 2005 11:10 am, Fabrice Bellard wrote:
> 1) The host OS must not use the USB device. It means in particular that
> no host OS driver must be present for that device. The solution I am
> using is to rename the host kernel module "usb-storage.o" to
> "usb-storage.o.disabled
Volker Ruppert wrote:
Hi,
The following features are implemented:
- PCI UHCI USB controller (I finally decided to implement UHCI because I
know it better than OHCI and because Bochs has a similar driver. Of
course it would still be very interesting to have an equivalent OHCI
controller for no
Hi,
> The following features are implemented:
>
> - PCI UHCI USB controller (I finally decided to implement UHCI because I
> know it better than OHCI and because Bochs has a similar driver. Of
> course it would still be very interesting to have an equivalent OHCI
> controller for non PC targets an