[Qemu-devel] Re: Qemu crashes on AAM 0

2007-04-30 Thread Joris van Rantwijk
Hello, I tried the fix from malc, but it does not work on my testcase. The reason is that the compiler optimizes the test away, since PARAM1 is a constant value at that point in the build process. The following fix does work: --- qemu-0.9.0-orig/target-i386/translate.c 2007-02-06 00:01:54.000

[Qemu-devel] [Experimental PATCH]: MIPS Malta YAMON for NetBSD

2007-04-30 Thread Alexander Voropay
Hi! This patch add a simply YAMON services ( print() and print_count() ) to Malta pseudo-loader. This services are requred for NetBSD to run. As a result, an *unmodified* NetBSD 3.0 kernel starts to work but hangs very early on the PCNET PCI Ethernet (IRQ=0). The PCI is not initialized and Net

Re: [Qemu-devel] [Experimental PATCH]: MIPS Malta YAMON for NetBSD

2007-04-30 Thread Paul Brook
On Monday 30 April 2007, Alexander Voropay wrote: > Hi! > > This patch add a simply YAMON services ( print() and print_count() ) > to Malta pseudo-loader. This services are requred for NetBSD to run. > > As a result, an *unmodified* NetBSD 3.0 kernel starts to work but hangs > very early on the

[Qemu-devel] arm-softmmu compile error

2007-04-30 Thread consul
Looks like a typo... c:/qemu/hw/pxa2xx.c:1526: undefined reference to `asprintf' System info: $ uname -a MINGW32_NT-5.1 WCX14931 1.0.10(0.46/3/2) 2004-03-15 07:17 i686 unknown $ gcc --version gcc.exe (GCC) 3.4.2 (mingw-special)

[Qemu-devel] qemu/hw pxa2xx.c

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/04/30 18:43:50 Modified files: hw : pxa2xx.c Log message: Remove the use of Linux / BSD specific asprintf call. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/pxa2

[Qemu-devel] Fixing ACPI for Vista -- Source code for bios.bin vs. bochs CVS?

2007-04-30 Thread Nakajima, Jun
We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And I think it should be helpful to qemu as well. However, I'm not sure if the binary file has been created simply by applying bios.diff to the latest bochs CVS tree (actually I doubt it). Can somebody provide a recipe for creating bi

Re: [Qemu-devel] Fixing ACPI for Vista -- Source code for bios.bin vs. bochs CVS?

2007-04-30 Thread Paul Brook
On Monday 30 April 2007, Nakajima, Jun wrote: > We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And I > think it should be helpful to qemu as well. However, I'm not sure if the > binary file has been created simply by applying bios.diff to the latest > bochs CVS tree (actually I do

[Qemu-devel] Prom nvram variables

2007-04-30 Thread Blue Swirl
Hi, The attached patch introduces a new command line flag -prom-env to support nvram variables, for example: qemu-system-sparc -prom-env "auto-boot=false" OpenBIOS can use the variables, though currently there is no way to override system defaults. That should be fixed, but In the mean time, are

Re: [Qemu-devel] Fixing ACPI for Vista -- Source code for bios.bin vs. bochs CVS?

2007-04-30 Thread Anthony Liguori
Paul Brook wrote: On Monday 30 April 2007, Nakajima, Jun wrote: We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And I think it should be helpful to qemu as well. However, I'm not sure if the binary file has been created simply by applying bios.diff to the latest bochs CVS tre

Re: [Qemu-devel] qemu and debian-4.0r0-linux?

2007-04-30 Thread John Morris
On Thu, 2007-04-26 at 19:24, ISHWAR RATTAN wrote: > Has any one had success with this install? It seems to > fail all the time even with -nographic option (this worked > for 3.1r1)? I have Debian 4.0r0-i386 installed on Qemu 0.90.0 and kqemu 1.3.0pre11 with -kernel-kqemu enabled. I installed in g

RE: [Qemu-devel] Fixing ACPI for Vista -- Source code for bios.bin vs. bochs CVS?

2007-04-30 Thread Nakajima, Jun
Paul Brook wrote: > On Monday 30 April 2007, Nakajima, Jun wrote: >> We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And >> I think it should be helpful to qemu as well. However, I'm not sure >> if the binary file has been created simply by applying bios.diff to >> the latest bochs

[Qemu-devel] qemu/hw pxa2xx.c spitz.c

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/05/01 01:03:32 Modified files: hw : pxa2xx.c spitz.c Log message: Honour limited subset of --cpu values instead of ignoring. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs

[Qemu-devel] qemu cpu-all.h cpu-exec.c hw/pxa2xx.c target-ar...

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/05/01 01:28:01 Modified files: . : cpu-all.h cpu-exec.c hw : pxa2xx.c target-arm : translate.c Log message: Implement power state changes (

[Qemu-devel] qemu sdl.c vl.c vl.h

2007-04-30 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/05/01 01:34:14 Modified files: . : sdl.c vl.c vl.h Log message: -show-cursor switch to inhibit SDL hiding cursor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/sdl.

Re: [kvm-devel] [Qemu-devel] Fixing ACPI for Vista -- Source code for bios.bin vs. bochs CVS?

2007-04-30 Thread Avi Kivity
Paul Brook wrote: On Monday 30 April 2007, Nakajima, Jun wrote: We found a way to get 32-bit Vista up on KVM by fixing bios.bin. And I think it should be helpful to qemu as well. However, I'm not sure if the binary file has been created simply by applying bios.diff to the latest bochs CVS tre