[Qemu-devel] [EMAIL PROTECTED]>pJs(B

2005-11-05 Thread info
$B"[EMAIL PROTECTED]"!$NL5NA>R2p%a!<%k$G$9!#(B $B!X5.J}$NBN$r!{6b$GGc$$$?$$!&!&!&!Y$H4uK>[EMAIL PROTECTED]>@\8r>D(B $B$7$FD:$-!"[EMAIL PROTECTED]>$rK~$?$;[EMAIL PROTECTED]"(B [EMAIL PROTECTED]@-$+$i>R2pHqMQ(B [EMAIL PROTECTED]:$$$F$*$j$^$;$s$N$G!"$40B?42<$5$$!#(B [EMAIL PROTECTED]>$NJ}$OA

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

[Qemu-devel] Re: USB support

2005-11-05 Thread Matthew Mastracci
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" so that it is not loaded by Linux. Then QEMU can exclusively access

Re: [Qemu-devel] serial.c: Add support for [load|save]vm

2005-11-05 Thread Vincent Pelletier
John R. Hogerhuis wrote: > What does it do? I'm guessing saving/restoring the virtual serial port > device state? Yes. It adds the 2 needed functions and register them with the saving/loading system. Vincent Pelletier signature.asc Description: OpenPGP digital signature

[Qemu-devel] [PATCH] cdrom fixes

2005-11-05 Thread Volker Ruppert
Hi all, I tried to run the dos utility CDT in Qemu, but it always reported "no CD in drive" when a CD was present. I have created a patch to make the TOC command work in CDT. I still don't know how to fix the UPC/EAN stuff. The patch fixes the "mode sense" command and adds a partial implementati

Re: [Qemu-devel] serial.c: Add support for [load|save]vm

2005-11-05 Thread John R. Hogerhuis
On Sat, 2005-11-05 at 15:59 +0100, Vincent Pelletier wrote: > Hi. > > I posted it on the forum, but as I prefer mailing lists, I post it here. > (btw : it tok about one hour for the ML "registration" confirmation > message to came in my mailbox, that's why I posted on the forum first) > > 2005-11

[Qemu-devel] qemu ./Makefile.target ./qemu-doc.texi ./vl.c ....

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 18:55:28 Modified files: . : Makefile.target qemu-doc.texi vl.c vl.h audio : alsaaudio.c audio.c audio.h audio_int.h

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

[Qemu-devel] qemu/hw usb-uhci.c

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 17:22:48 Modified files: hw : usb-uhci.c Log message: same PCI parameters as PIIX3 CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcv

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

[Qemu-devel] qemu ./Makefile.target hw/pc.c hw/usb.h hw/usb-...

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 16:57:08 Modified files: . : Makefile.target hw : pc.c usb.h Added files: hw : usb-hid.c Log message

[Qemu-devel] qemu/hw usb.c

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 16:55:48 Modified files: hw : usb.c Log message: cosmetics CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/qemu/qemu/hw/usb.c.dif

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

Re: [Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread Johannes Schindelin
Hi, On Sat, 5 Nov 2005, [EMAIL PROTECTED] wrote: > What is the job of the two files gen-op.h and opc.h? They were created > by dyngen -c / -g > opc.h contains something like: > DEF(movl_A0_EAX, 0, 3) > DEF(addl_A0_EAX, 0, 5) > DEF(addl_A0_EAX_s1, 0, 6) These are definitions of the oplets. For

[Qemu-devel] serial.c: Add support for [load|save]vm

2005-11-05 Thread Vincent Pelletier
Hi. I posted it on the forum, but as I prefer mailing lists, I post it here. (btw : it tok about one hour for the ML "registration" confirmation message to came in my mailbox, that's why I posted on the forum first) 2005-11-05 Vincent Pelletier <[EMAIL PROTECTED]> * hw/serial.c (serial_

Re: [Qemu-devel] Audio cd's in guest OS

2005-11-05 Thread Jim C. Brown
On Sat, Nov 05, 2005 at 12:35:12PM +0100, Oliver Gerlich wrote: > > Thanks - I should have known that someone had made a file system for > > this. However I still think it would be great to be able to pass the > > actual /dev/cdrom on to the guest OS, but I must admit that I have not > > grasped th

Re: [Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread Jim C. Brown
I don't know the exact purpose, but they are part of the code that forms the intermediate language qemu uses when it performs dynamic translating. On Sat, Nov 05, 2005 at 02:01:13PM +0100, [EMAIL PROTECTED] wrote: > Hello! > > What is the job of the two files gen-op.h and opc.h? They were created

[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

[Qemu-devel] qemu ./Changelog ./Makefile.target ./vl.c ./vl....

2005-11-05 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard <[EMAIL PROTECTED]> 05/11/05 14:22:28 Modified files: . : Changelog Makefile.target vl.c vl.h hw : pc.c Added files: . : usb-linux

[Qemu-devel] opc.h and gen-op.h

2005-11-05 Thread space-wizard
Hello! What is the job of the two files gen-op.h and opc.h? They were created by dyngen -c / -g I don't understand their content. opc.h contains something like: DEF(movl_A0_EAX, 0, 3) DEF(addl_A0_EAX, 0, 5) DEF(addl_A0_EAX_s1, 0, 6) gen-op.h contains: static inline void gen_op_movl_A0_EAX(void

Re: [Qemu-devel] Audio cd's in guest OS

2005-11-05 Thread Fabrice Bellard
Lars Roland wrote: On 11/4/05, Mike Swanson <[EMAIL PROTECTED]> wrote: I've found on systems where traditional rippers don't work (eg, cdparanoia), CDFS has a greater chance of ripping the CDs (by default into WAV, but you can enable an option to rip it in the pure CDDA format if you want).

Re: [Qemu-devel] Audio cd's in guest OS

2005-11-05 Thread Oliver Gerlich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Roland schrieb: > On 11/4/05, Mike Swanson <[EMAIL PROTECTED]> wrote: > >>I've found on systems where traditional rippers don't work (eg, >>cdparanoia), CDFS has a greater chance of ripping the CDs (by default >>into WAV, but you can enable an op

Re: [Qemu-devel] Audio cd's in guest OS

2005-11-05 Thread Lars Roland
On 11/4/05, Mike Swanson <[EMAIL PROTECTED]> wrote: > I've found on systems where traditional rippers don't work (eg, > cdparanoia), CDFS has a greater chance of ripping the CDs (by default > into WAV, but you can enable an option to rip it in the pure CDDA > format if you want). Thanks - I should