[Qemu-devel] [patch] Arm vfp register dumping bug

2005-05-10 Thread Paul Brook
The patch below fixes a bug in the dumping of arm VFP register variables. Paul Index: target-arm/translate.c === RCS file: /cvsroot/qemu/qemu/target-arm/translate.c,v retrieving revision 1.24 diff -u -p -r1.24 translate.c --- target-

Re: [Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0

2005-05-10 Thread Michael McConnell
On Tue, 10 May 2005, Fabrice Bellard wrote: > Hetz Ben Hamo wrote: > > Hi, > > > > At the moment, QEMU does not compile with GCC 4.0. > > You can find the GCC 3.x RPMS in your installation media, along with > > instructions how to use the GCC 3.x instead of GCC 4. > > I just updated the FAQ wit

Re: [Qemu-devel] Compile fixes for newer gcc

2005-05-10 Thread Paul Brook
On Tuesday 10 May 2005 21:47, J. Mayer wrote: > On Mon, 2005-05-09 at 02:49 +0100, Paul Brook wrote: > > The attached patch fixes some trivial build problems with newer gcc on > > amd64. It adds FORCE_RET on load ops, > > Index: target-ppc/exec.h > ==

Re: [Qemu-devel] Compile fixes for newer gcc

2005-05-10 Thread J. Mayer
On Mon, 2005-05-09 at 02:49 +0100, Paul Brook wrote: > The attached patch fixes some trivial build problems with newer gcc on amd64. > It adds FORCE_RET on load ops, Index: target-ppc/exec.h === RCS file: /cvsroot/qemu/qemu/target-pp

Re: [Qemu-devel] qemu-system-sparc

2005-05-10 Thread Fabrice Bellard
Tinnemeyer, Jorn wrote: Hello, I wish to emulate a SPARC32 machine on my x86 running linux (2.6.8). I currently have qemu 0.7.0 running and am able to use user SPARC emulation for simple programs. I do not require extensive SPARC CPU support (network, pci, etc..) mainly wish to have a limited OS e

Re: [Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0

2005-05-10 Thread Fabrice Bellard
Hetz Ben Hamo wrote: Hi, At the moment, QEMU does not compile with GCC 4.0. You can find the GCC 3.x RPMS in your installation media, along with instructions how to use the GCC 3.x instead of GCC 4. I just updated the FAQ with this issue. Fabrice. ___ Qe

Re: [Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0

2005-05-10 Thread Hetz Ben Hamo
Hi, At the moment, QEMU does not compile with GCC 4.0. You can find the GCC 3.x RPMS in your installation media, along with instructions how to use the GCC 3.x instead of GCC 4. Thanks, Hetz On 5/10/05, Wayne Christian <[EMAIL PROTECTED]> wrote: > > For whatever it is worth I get the followi

[Qemu-devel] Qemu with Kqemu on Fedora Core using GCC 4.0

2005-05-10 Thread Wayne Christian
For whatever it is worth I get the following errors trying to compile qemu with kqemu on a Fedora Core 3 system.  This system has been modified to install Eciplse and GCC 4.0 from Fedora Core 4 test 2, but is otherwise a Fedora Core 3 system.     [EMAIL PROTECTED] qemu-0.7.0]# ./configureInst

[Qemu-devel] xen is not working with qemu0.7/kqemu

2005-05-10 Thread G L
Hi, I guess this is a question for Fabrice only, as I didn't test qvm86 yet. When using qemu as a test environment for Xen I have a crash for linux domain0 when kqemu is loaded but it runs fine when launched with -no-kqemu. Crash seems to happen on hotplug (I can provide a backtrace if this is u

Re: [Qemu-devel] Linux 2.6.10 ?

2005-05-10 Thread Henrik Nordstrom
On Mon, 9 May 2005, Der Herr Hofrat wrote: console= only would influence the output of init and beond atleast up to the attempt to open the console the kernel messages should appear any way. as they do with 2.4.21. You don't get any kenel console output in Linux-2.4 or Linux-2.6 if console= is not

[Qemu-devel] Re: kernel 2.6.10 and qemu

2005-05-10 Thread Der Herr Hofrat
HI ! so the problem whth 2.6.X and qemu on a console was is simply that the default 2.6.X kernel settings is to have the serial console disabled and thus no output when booting with -nographic 2.4.X had it on by default.. The parameters (-append "root=/dev/hda") don't cause any problems n

[Qemu-devel] qemu-system-sparc

2005-05-10 Thread Tinnemeyer, Jorn
Hello, I wish to emulate a SPARC32 machine on my x86 running linux (2.6.8). I currently have qemu 0.7.0 running and am able to use user SPARC emulation for simple programs. I do not require extensive SPARC CPU support (network, pci, etc..) mainly wish to have a limited OS executing. Is the

Re: [patch] on-quit-v0.21 with resume/suspend/power-off dialog Re: [patch] Re: [Qemu-devel] Suggestion - trap window-close of VM

2005-05-10 Thread Struan Bartlett
Great. What I recall happens is that the Windows 2000 APM driver calls the APM bios function 0x0B (Get PM Event) every second and, should the APM bios be aware of an event (such as that the power button has been pressed) it signals this in the return value of the function. Thereafter, the Windo