[Qemu-devel] [PATCH] Getting 32-bit Vista on KVM

2007-05-01 Thread Nakajima, Jun
Now I realized that I needed to use 32-bit Linux to build the bios.bin (i.e. BIOS-bochs-latest) in bochs. As long as I used x86-64 Linux to build bios.bin, the resulting binary had a problem, as I reported previously. With this very simple patch, I was able to install and run 32-bit Vista on KVM (

[Qemu-devel] qemu Makefile.target audio/alsaaudio.c

2007-05-01 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/05/02 02:11:51 Modified files: . : Makefile.target audio : alsaaudio.c Log message: Don't define HIGH_LATENCY for ARM, this was a workaround for an ALSA p

Re: [Qemu-devel] qemu-cvs-2007-5-2 compile error

2007-05-01 Thread Thiemo Seufer
Hwang YunSong(??) wrote: > make[1]: Entering directory `/home/hys545/qemu/arm-softmmu' > gcc33 -Wall -O2 -g -fno-strict-aliasing -I. -I.. > -I/usr/src/Haansoft/BUILD/qemu/target-arm -I/usr/src/Haansoft/BUILD/qemu > -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE > -I/usr/src/Haansof

[Qemu-devel] qemu-cvs-2007-5-2 compile error

2007-05-01 Thread 황윤성
make[1]: Entering directory `/home/hys545/qemu/arm-softmmu' gcc33 -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/usr/src/Haansoft/BUILD/qemu/target-arm -I/usr/src/Haansoft/BUILD/qemu -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/usr/src/Haansoft/BUILD/qemu/fpu -DHAS_AUDIO -DHIGH_LAT

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

2007-05-01 Thread consul
I added -fno-stack-protector into the line 103 of the makefile in the bios directory and was able to compile it. rombios32.o: rombios32.c acpi-dsdt.hex $(GCC) -O2 -Wall -fno-stack-protector -c -o $@ $< It looks like qemu works fine even with unmodified bochs's bios. However, I still could not

Re: [Qemu-devel] Re: Detecting an assembly instruction in QEMU

2007-05-01 Thread Atif Hashmi
Hi Eduardo, Is it possible to identify context switches inside QEMU. In order to support transactional memory in QEMU, we have added target_ulong tm_abort_eip; int inTransaction; to CPUX86State structure. tm_abort_eip is the EIP to jump to when a transaction fails i.e. start of the Transaction

[Qemu-devel] qemu qemu-doc.texi

2007-05-01 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski 07/05/01 17:53:37 Modified files: . : qemu-doc.texi Log message: Correct a docs typo and list of available NIC names (by Stefan Weil). CVSWeb URLs: http://cvs.savannah.gnu.org

Re: [Qemu-devel] qemu vl.h hw/arm_boot.c hw/integratorcp.c hw/re...

2007-05-01 Thread andrzej zaborowski
Hi, On 01/05/07, Daniel Silverstone <[EMAIL PROTECTED]> wrote: On Mon, 2007-04-30 at 02:24 +, Andrzej Zaborowski wrote: > Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. It seems a pity that you did this in a manner which didn't match the patch I published for t

[Qemu-devel] qemu qemu-doc.texi vl.c vl.h hw/sun4m.c hw/sun4u.c

2007-05-01 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/05/01 14:16:52 Modified files: . : qemu-doc.texi vl.c vl.h hw : sun4m.c sun4u.c Log message: Set OpenBIOS variables in NVRAM CVSWeb URLs: http://cvs.savannah.gnu.

Re: [Qemu-devel] [BUG] [PATCH] Fix emulation for MIPS CP3 opcode?

2007-05-01 Thread Thiemo Seufer
Stefan Weil wrote: > Maybe the CpU exception for OPC_CP3 should > set CP0 Cause CE to 3, not 1? No it shouldn't. CP3 is obsolete since MIPS IV, and was unused before. It was replaced/renamed to CP1x. If an instruction for CP1x raises an exception it should signal as CP1 exception. Thiemo

Re: [Qemu-devel] [PATCH] qemu Makefile.target qemu-doc.texi vl.c vl.h hw...

2007-05-01 Thread Stefan Weil
Hi, there was a small spelling bug in the new description which is fixed by this patch. The patch also updates the list of supported network cards. Regards Stefan Index: qemu-doc.texi === RCS file: /sources/qemu/qemu/qemu-doc.texi

[Qemu-devel] [BUG] [PATCH] Fix emulation for MIPS CP3 opcode?

2007-05-01 Thread Stefan Weil
Maybe the CpU exception for OPC_CP3 should set CP0 Cause CE to 3, not 1? If you agree, my patch fixes this. Stefan Index: target-mips/translate.c === --- target-mips/translate.c (Revision 622) +++ target-mips/translate.c (Arbeitskop

Re: [Qemu-devel] qemu vl.h hw/arm_boot.c hw/integratorcp.c hw/re...

2007-05-01 Thread Daniel Silverstone
On Mon, 2007-04-30 at 02:24 +, Andrzej Zaborowski wrote: > Account for machine with RAM which is not mapped at 0x0 in arm_boot.c. It seems a pity that you did this in a manner which didn't match the patch I published for the Simtec BAST boards. Now I have a bunch more merging effort to g

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

2007-05-01 Thread Gilad Ben-Yossef
Howdie, 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 doubt it). Can somebody