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

[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

[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 no

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

[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

[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]#

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

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 with this

[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 ---