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 (
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
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
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
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
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
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
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
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.
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
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
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
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
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
14 matches
Mail list logo