qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* Re: [Qemu-devel] qemu USB support
  2004-06-09 21:52 [Qemu-devel] qemu USB support Nicolas Wu
@ 2004-06-09 21:11 ` Sander Nagtegaal
  2004-06-09 21:22   ` Fabrice Bellard
  0 siblings, 1 reply; 5+ messages in thread
From: Sander Nagtegaal @ 2004-06-09 21:11 UTC (permalink / raw)
  To: qemu-devel

That would be cool. That would make QEMU even more usefull. However......isn't 
there some other work to do first before adding all those features?
I mean......QEMU is far from easy to install...........user mode seems to fail 
with my Distro and it's not my fault.....and speed could also be improved 
first.

Op woensdag 9 juni 2004 23:52, schreef Nicolas Wu:
> One vital feature to be implemented with
> qemu -  usb support! imagine being able
> to use all your usb devices like webcams,
> storage devices, and pretty much anything else you
> can imagine, in your emulated system!
> yeay!
>
> any ideas or suggestions? can we get a team
> up and running to sort it out?
>
> nick
>
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu USB support
  2004-06-09 21:11 ` Sander Nagtegaal
@ 2004-06-09 21:22   ` Fabrice Bellard
  2004-06-09 23:10     ` Gianni Tedesco
  0 siblings, 1 reply; 5+ messages in thread
From: Fabrice Bellard @ 2004-06-09 21:22 UTC (permalink / raw)
  To: qemu-devel

Right - enough features now - stability and speed come first.

Of course anyone is free to submit an USB device emulation - I would 
prefer OHCI as it should work also for PowerMACs :-)

Note that user-mode QEMU is no longer my priority, so I won't support it 
directly. Some motivated people could set up a minimal set of libraries 
and programs (wine, etc...) and an installer so that anyone interested 
can install user QEMU easily.

Fabrice.

Sander Nagtegaal wrote:
> That would be cool. That would make QEMU even more usefull. However......isn't 
> there some other work to do first before adding all those features?
> I mean......QEMU is far from easy to install...........user mode seems to fail 
> with my Distro and it's not my fault.....and speed could also be improved 
> first.
> 
> Op woensdag 9 juni 2004 23:52, schreef Nicolas Wu:
> 
>>One vital feature to be implemented with
>>qemu -  usb support! imagine being able
>>to use all your usb devices like webcams,
>>storage devices, and pretty much anything else you
>>can imagine, in your emulated system!
>>yeay!
>>
>>any ideas or suggestions? can we get a team
>>up and running to sort it out?
>>
>>nick
>>
>>
>>
>>_______________________________________________
>>Qemu-devel mailing list
>>Qemu-devel@nongnu.org
>>http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] qemu USB support
@ 2004-06-09 21:52 Nicolas Wu
  2004-06-09 21:11 ` Sander Nagtegaal
  0 siblings, 1 reply; 5+ messages in thread
From: Nicolas Wu @ 2004-06-09 21:52 UTC (permalink / raw)
  To: qemu-devel

One vital feature to be implemented with 
qemu -  usb support! imagine being able
to use all your usb devices like webcams,
storage devices, and pretty much anything else you
can imagine, in your emulated system!
yeay!

any ideas or suggestions? can we get a team
up and running to sort it out?

nick

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu USB support
  2004-06-09 21:22   ` Fabrice Bellard
@ 2004-06-09 23:10     ` Gianni Tedesco
  2004-06-09 23:56       ` Fabrice Bellard
  0 siblings, 1 reply; 5+ messages in thread
From: Gianni Tedesco @ 2004-06-09 23:10 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

On Wed, 2004-06-09 at 23:22 +0200, Fabrice Bellard wrote:
> Right - enough features now - stability and speed come first.
> 
> Of course anyone is free to submit an USB device emulation - I would 
> prefer OHCI as it should work also for PowerMACs :-)

I was planning an EHCI implementation in order to support USB2.0, but I
am only in very initial planning phases. If someone else were to do it I
would be very pleased because I'm really just interested in a USB
Host/Guest proxy for reverse engineering.

Reverse Engineers of the World Unite! 8)

-- 
// Gianni Tedesco (gianni at scaramanga dot co dot uk)
lynx --source www.scaramanga.co.uk/scaramanga.asc | gpg --import
8646BE7D: 6D9F 2287 870E A2C9 8F60 3A3C 91B5 7669 8646 BE7D

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] qemu USB support
  2004-06-09 23:10     ` Gianni Tedesco
@ 2004-06-09 23:56       ` Fabrice Bellard
  0 siblings, 0 replies; 5+ messages in thread
From: Fabrice Bellard @ 2004-06-09 23:56 UTC (permalink / raw)
  To: qemu-devel

Gianni Tedesco wrote:
> On Wed, 2004-06-09 at 23:22 +0200, Fabrice Bellard wrote:
> 
>>Right - enough features now - stability and speed come first.
>>
>>Of course anyone is free to submit an USB device emulation - I would 
>>prefer OHCI as it should work also for PowerMACs :-)
> 
> 
> I was planning an EHCI implementation in order to support USB2.0, but I
> am only in very initial planning phases. If someone else were to do it I
> would be very pleased because I'm really just interested in a USB
> Host/Guest proxy for reverse engineering.

If you write it, please begin to add a few virtual devices to make 
tests, such as USB keyboard and mouse.

[I hope that EHCI is supported by Darwin/Mac OS X.]

Fabrice.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-06-09 23:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-09 21:52 [Qemu-devel] qemu USB support Nicolas Wu
2004-06-09 21:11 ` Sander Nagtegaal
2004-06-09 21:22   ` Fabrice Bellard
2004-06-09 23:10     ` Gianni Tedesco
2004-06-09 23:56       ` Fabrice Bellard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).