[Qemu-devel] Entry point of BIOS

2007-12-27 Thread Jun Koi
Hi, I am wondering how qemu can find exactly where is the entry point of BIOS? Of course it is at offset 0xfff0 of BIOS, starting from the base address of BIOS. It is easy to understand how it works with the BIOS legacy. However, if we use the BIOS-latest, which is made by prepending the rombios3

[Qemu-devel] [PATCH] fix hw/slavio_intctl.c system read address mask

2007-12-27 Thread Robert Reif
diff -p -u -r1.24 slavio_intctl.c --- hw/slavio_intctl.c 17 Nov 2007 21:01:04 - 1.24 +++ hw/slavio_intctl.c 28 Dec 2007 01:46:54 - @@ -145,7 +145,7 @@ static uint32_t slavio_intctlm_mem_readl SLAVIO_INTCTLState *s = opaque; uint32_t saddr, ret; -saddr = (addr & INTC

[Qemu-devel] [PATCH] hw/m48t59.c make debug printing consistent

2007-12-27 Thread Robert Reif
This patch adds __func__ to 3 of the 4 debug printfs to make it consistent with the the one that already uses it. diff -p -u -r1.17 m48t59.c --- hw/m48t59.c 17 Nov 2007 17:14:43 - 1.17 +++ hw/m48t59.c 27 Dec 2007 23:34:11 - @@ -451,7 +451,7 @@ uint32_t m48t59_read (void *opaque, uint

[Qemu-devel] qemu/hw sun4m.c

2007-12-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/12/27 20:26:23 Modified files: hw : sun4m.c Log message: Add ID register CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/sun4m.c?cvsroot=qemu&r1=1.70&r2=1.71

[Qemu-devel] qemu/hw slavio_serial.c

2007-12-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/12/27 20:24:15 Modified files: hw : slavio_serial.c Log message: Reset status contains all sent flag CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_serial.c?cvsroot=q

[Qemu-devel] qemu/hw slavio_timer.c

2007-12-27 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/12/27 20:23:20 Modified files: hw : slavio_timer.c Log message: Remove unused timers CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_timer.c?cvsroot=qemu&r1=1.25&r2=1.

Re: [Qemu-devel] [kqemu patch] get Open/NetBSD to work with the kqemu accelerator

2007-12-27 Thread Sean Donner
I just wanted to comment and say this patch works great. I too was having problems with getting OpenBSD 4.2 working without using the -no-kqemu option. Recompiling with this patch I was able to confirm that kqemu was working by running 'info kqemu' in the qemu monitor. I would really like to see