[Qemu-devel] usb support in realview pbx board

2011-02-24 Thread asim khan
Hi, Iam using qemu0.13.0. Iam loking for usb support in qemu for realview pbx board. is usb support already there in qemu for realview pbx board?. what things I need to do for giving usb support in realviewpbx boad in qemu plz let me know as soon as possible. --Thanx AK

RE: [Qemu-devel] USB support

2008-02-10 Thread Arnon Gilboa
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

[Qemu-devel] USB support

2008-02-09 Thread Marek Zelem
Hi I want to inform you that I successfully attached my Canon MP830 (printer, scanner, fax) to Qemu via USB. It was not easy, I had to pass though two stoppages. 1. There is no support for multi port/config (do not know proper term for that) USB devices in Qemu. Meaning that if single USB de

Re: [Qemu-devel] USB support

2005-11-06 Thread Fabrice Bellard
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

Re: [Qemu-devel] USB support

2005-11-05 Thread Paul Brook
> > - 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

Re: [Qemu-devel] USB support

2005-11-05 Thread Mark Williamson
> 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

Re: [Qemu-devel] USB support

2005-11-05 Thread Lonnie Mendez
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

Re: [Qemu-devel] USB support

2005-11-05 Thread Fabrice Bellard
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

Re: [Qemu-devel] USB support

2005-11-05 Thread Volker Ruppert
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

[Qemu-devel] USB support

2005-11-05 Thread Fabrice Bellard
Hi, 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. WARNING: the current USB support is for USB hackers only - it is not meant to be fully usable yet. The following features are implemente