RE: [Qemu-devel] Connecting to serial console via Telnet - possib le ?

2006-07-03 Thread Armistead, Jason
On Tuesday, 4 July 2006 4:06 PM, John R. Hogerhuis wrote: >On Mon, 2006-07-03 at 03:03 -0400, Armistead, Jason wrote: >> Hi >> >> With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator >> (http://simh.trailing-edge.com/) the console port on the emulated system is >> directed to a TCP/IP por

Re: [Qemu-devel] Connecting to serial console via Telnet - possible ?

2006-07-03 Thread John R. Hogerhuis
On Mon, 2006-07-03 at 03:03 -0400, Armistead, Jason wrote: > Hi > > With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator > (http://simh.trailing-edge.com/) the console port on the emulated system is > directed to a TCP/IP port, so that you can simply Telnet into it. Once the > connection

[Qemu-devel] qemu vlan : is IPv6 supported ?

2006-07-03 Thread Niraj kumar
Hi All, I was trying to setup a IPv6 network using multiple instances of qemu guests but was getting various errors The IPv4 network was working fine. (ping works but not ping6 ). Is IPv6 network possible using qemu vlan ?? Thanks Niraj ___ Q

[Qemu-devel] QCow v2

2006-07-03 Thread Nathaniel McCallum
Mark's notes on the qcow format got me to thinking how useful it would be to be able to store other information in the qcow image itself. For instance you could store the configuration for the virtual machine in the image which could be extracted and then start the virtual machine. So... I'm prop

[Qemu-devel] patch for handling multiple configurations on usb host devices

2006-07-03 Thread Lonnie Mendez
lo list. I've made an attempt to add support for devices with multiple configurations (and interfaces), but do not own a device to test it on. If someone with such a device could test this it would be very helpful. The patch is against CVS - the other limitations still hold true such as no de

[Qemu-devel] RE: Connecting to serial console via Telnet - possible ?

2006-07-03 Thread Schwarz, Konrad
; http://www.gnome.org/~markmc/qcow-image-format.html > > > > > > Perhaps worth including in QEMU itself? > > > > > > Cheers, > > > Mark. > > > > > > > > > > > > __

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Thiemo Seufer
Stefan Weil wrote: > Hi all, > > just for information about current projects for QEMU MIPS: > > my machine is AR7 which includes a MIPS 4KEc core. > This core supports the MIPS32R2 architecture and has no FPU. > > As far as I know the MIPS architecture, most CPU features > can be read from well

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Stefan Weil
Hi all, just for information about current projects for QEMU MIPS: my machine is AR7 which includes a MIPS 4KEc core. This core supports the MIPS32R2 architecture and has no FPU. As far as I know the MIPS architecture, most CPU features can be read from well defined bits and bytes in the CP0 re

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Thiemo Seufer
Dirk Behme wrote: > Thiemo Seufer wrote: > >Dirk Behme wrote: > >>- As I understand it, MIPS III is an extension of MIPS II, > >>MIPS IV is an extension of MIPS III etc. Therefore I used > >>definitions for ISAx which include the smaller ones as well. > > > >Unfortunately it is not that simple. We

Re: [Qemu-devel] [PATCH] Sparc64 host support update: i386-user builds

2006-07-03 Thread Blue Swirl
Requiring that ops don't use a stack frame doesn't seem like a realistic constraint. It can be done, see my latest patch. Of course there's no point doing it if there is no real need. > The remaining target specific problem with PPC FPU ops could be solved by > changing PPC to soft float. W

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Fabrice Bellard
Dirk Behme wrote: Fabrice Bellard wrote: Each machine can add specific support for that (for example a -cpu option). It is likely to come at least for the PC machines. ... I add suggest one more parameter to cpu_mips_set_model() to specify optional features. A function converting a CPU "str

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Dirk Behme
Fabrice Bellard wrote: Each machine can add specific support for that (for example a -cpu option). It is likely to come at least for the PC machines. ... I add suggest one more parameter to cpu_mips_set_model() to specify optional features. A function converting a CPU "string id" into an id +

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Dirk Behme
Thiemo Seufer wrote: Dirk Behme wrote: - As I understand it, MIPS III is an extension of MIPS II, MIPS IV is an extension of MIPS III etc. Therefore I used definitions for ISAx which include the smaller ones as well. Unfortunately it is not that simple. We have the upward-compatible ISAs: Mm

Re: [Qemu-devel] qemu/hw rtl8139.c

2006-07-03 Thread Paul Brook
On Saturday 01 July 2006 22:41, Fabrice Bellard wrote: > Modified files: > hw : rtl8139.c > > Log message: > disable unimplemented C+ mode (aka windows xp 64 fix) I'm not sure I believe this. C+ mode works fine in linux, and on a simple TCP throughput test was ~20% faster

Re: [Qemu-devel] [PATCH] Sparc64 host support update: i386-user builds

2006-07-03 Thread Paul Brook
> I got the i386-user to build by moving the troublesome SSE ops to helper > (only for Sparc32/64, no effect at least to x86 host). The emulator crashes > when executing the first TB, code generation and register use could be > suspected. The patch makes ops_sse.h more confusing to read. Any commen

RE: [Qemu-devel] Connecting to serial console via Telnet - possib le ?

2006-07-03 Thread Armistead, Jason
OK then, a question for Fabrice: how long till we see QEMU 0.8.2 released ? The current 0.8.1 version has been around for 2 months now and there are many new and exciting changes that have been added by the hard-working contributors to this list. Regards Jason Armistead -Original Message---

RE: [Qemu-devel] Connecting to serial console via Telnet - possible ?

2006-07-03 Thread Wessel, Jason
This was recently added to cvs. The next release of QEMU will have it, until then you would need to build it from cvs. -serial telnet::,server Cheers, Jason. > -Original Message- > From: > [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > rg] On Behalf Of Armistead, Jason > Sent: M

[Qemu-devel] A question about using floppy drivers

2006-07-03 Thread 赵刚
Host OS:win98se Guest Os:Dos 7.1qemu command:  Change fda D:\QEMU\test.img ;Load virtual floppy driver qemu command:      info Block    ;virtual floppy driver had installed   After press ctrl+alt+1 key ,at  Guest OS   C:>A:  Enter key, Guest OS still show the message:   "No

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Thiemo Seufer
Fabrice Bellard wrote: [snip] > >>>There is no good reason to make > >>>the selection at compile time because the translator can efficiently > >>>handle any CPU differences at runtime. > > > > > >I'm a bit dubious about this argument, each instruction needs to be > >checked agains a tuple of valu

[Qemu-devel] devices and memory address

2006-07-03 Thread Alessandro Corradi
Hi all,Is it possible to reserve memory addresses in i386 qemu emulation for recognize them as device registers?ThanksAlessandro ___ Qemu-devel mailing list Qemu-devel@nongnu.org http://lists.nongnu.org/mailman/listinfo/qemu-devel

Re: [Qemu-devel] Notes on the QCOW format

2006-07-03 Thread Mark McLoughlin
Hi Fabrice, If you think it's useful to have it in the sources, please do go ahead and commit it. That way others can keep it up to date, at least. Cheers, Mark. On Mon, 2006-07-03 at 10:42 +0200, Fabrice Bellard wrote: > Hi, > > I added a link from the qemu technical documentation html

Re: [Qemu-devel] Notes on the QCOW format

2006-07-03 Thread Fabrice Bellard
Hi, I added a link from the qemu technical documentation html page. I can also commit it in the QEMU sources if you want. Regards, Fabrice. Mark McLoughlin wrote: Hi, I wrote up some notes on the QCOW format: http://www.gnome.org/~markmc/qcow-image-format.html Perhaps wo

Re: [Qemu-devel] [PATCH] MIPS instruction set configuration

2006-07-03 Thread Fabrice Bellard
Thiemo Seufer wrote: Dirk Behme wrote: Fabrice Bellard wrote: You should add a runtime selection system : see the ARM and PowerPC targets (I would prefer a parameter to cpu_init(). It was not done that way on PowerPC for legacy reasons). Each machine should be able to select the processor i

[Qemu-devel] Connecting to serial console via Telnet - possible ?

2006-07-03 Thread Armistead, Jason
Hi With SIMH, the VAX / PDP / nostalgic mini/mainframe emulator (http://simh.trailing-edge.com/) the console port on the emulated system is directed to a TCP/IP port, so that you can simply Telnet into it. Once the connection is established, then the SIMH emulator starts working. This suits SIMH