Re: [Qemu-devel] usb and qemu

2005-08-11 Thread Mark Williamson
> > Actually that'd be a fairly neat trick... As an alternative, IIRC > > there's a user space API for writing USB drivers under Linux - using that > > you could > > get > > > access to both local and remote (IP encapsulated) USB devices, albeit not > > in a cross-platform (host-wise) way. > >

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Lonnie Mendez
On Wednesday 10 August 2005 5:10 pm, Mark Williamson wrote: > > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > > guest)? > > > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > > currently emulates the host controller and not much else. >

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Mark Williamson
> > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > guest)? > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > currently emulates the host controller and not much else. Oh, OK that makes sense. > Using the usb-over-ip protocol mentioned abo

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Paul Brook
On Wednesday 10 August 2005 18:07, Jim C. Brown wrote: > On Wed, Aug 10, 2005 at 03:03:25PM +0100, Paul Brook wrote: > > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > > guest)? > > > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > > curr

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Jim C. Brown
On Wed, Aug 10, 2005 at 03:03:25PM +0100, Paul Brook wrote: > > Isn't there a USB patch floating around somewhere (emulates OHCI in the > > guest)? > > Yes, but noone's written the code to wire it up to host devices. AFAIK it > currently emulates the host controller and not much else. > > Using

Re: Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Jim C. Brown
On Wed, Aug 10, 2005 at 06:57:14AM -0400, Ben Taylor wrote: > I haven't tried it, but couldn't you either pass the > physical device (like /dev/sda) as -hdb, or mount up > the USB memory stick and use samba (either qemu's > builtin or an existing samba server) to share it to > the window's guest?

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Paul Brook
On Wednesday 10 August 2005 14:49, Mark Williamson wrote: > > > http://usbip.naist.jp/ and http://sourceforge.net/projects/usbip/ might > > > help if the guest and the host were both linux 2.6, however afaict usbip > > > does not work under Windows yet. >... > Isn't there a USB patch floating aroun

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Mark Williamson
Isn't there a USB patch floating around somewhere (emulates OHCI in the guest)? Or am I remembering something else? Cheers, Mark On Wednesday 10 August 2005 11:57, Ben Taylor wrote: > "Jim C. Brown" <[EMAIL PROTECTED]> > > > On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: > > >

Re: [Qemu-devel] usb and qemu

2005-08-10 Thread vaise
On Wednesday 10 August 2005 12:57, Ben Taylor wrote: > I haven't tried it, but couldn't you either pass the > physical device (like /dev/sda) as -hdb, or mount up > the USB memory stick and use samba (either qemu's > builtin or an existing samba server) to share it to > the window's guest? > I do t

Re: Re: [Qemu-devel] usb and qemu

2005-08-10 Thread Ben Taylor
"Jim C. Brown" <[EMAIL PROTECTED]> > > On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: > > Hello, > > > > is there a way to access an usb stick from Windows which runs in qemu > > under Linux?? > > > > Michael > > > > No. > > http://usbip.naist.jp/ and http://sourceforge.net

Re: [Qemu-devel] usb and qemu

2005-08-09 Thread Paul Brook
On Tuesday 09 August 2005 21:33, Michael Hoeller wrote: > Hello, > > is there a way to access an usb stick from Windows which runs in qemu > under Linux?? You can use the usb block device directly as a hard disk "image". ie something like qemu -hdb /dev/sda ... Obviously the guest will see it as

Re: [Qemu-devel] usb and qemu

2005-08-09 Thread Jim C. Brown
On Tue, Aug 09, 2005 at 10:33:31PM +0200, Michael Hoeller wrote: > Hello, > > is there a way to access an usb stick from Windows which runs in qemu > under Linux?? > > Michael > No. http://usbip.naist.jp/ and http://sourceforge.net/projects/usbip/ might help if the guest and the host were bot

[Qemu-devel] usb and qemu

2005-08-09 Thread Michael Hoeller
Hello, is there a way to access an usb stick from Windows which runs in qemu under Linux?? Michael ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel