Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2011-07-10 Thread Kevin O'Connor
On Fri, Jul 08, 2011 at 09:46:32AM +0200, Bjørn Mork wrote: Kevin O'Connor ke...@koconnor.net writes: It's possible that the OS has an error in handling the SMBIOS when it is in high-memory (located above 1meg). (For example, older versions of Linux crash when the mptable is in high

Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2011-07-08 Thread Bjørn Mork
Kevin O'Connor ke...@koconnor.net writes: On Thu, Jul 07, 2011 at 05:45:02PM +0200, Bjørn Mork wrote: It's been a while with little work and little progress on my side... But I looked at this again today, and found that it may be related to the SMBIOS table being allocated with malloc_high().

Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2011-07-07 Thread Kevin O'Connor
On Thu, Jul 07, 2011 at 05:45:02PM +0200, Bjørn Mork wrote: It's been a while with little work and little progress on my side... But I looked at this again today, and found that it may be related to the SMBIOS table being allocated with malloc_high(). Does that make sense? Anyway, the

Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2010-02-28 Thread Kevin O'Connor
On Sun, Feb 21, 2010 at 04:18:38PM -0700, Brandon Bennett wrote: On Sat, Feb 20, 2010 at 9:05 PM, Kevin O'Connor ke...@koconnor.net wrote: Should a kernel fail during boot, I'd suspect it doesn't like one of the apm/pcibios callbacks, or it doesn't like one of the smbios/mptable/acpi

Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2010-02-21 Thread Brandon Bennett
On Sat, Feb 20, 2010 at 9:05 PM, Kevin O'Connor ke...@koconnor.net wrote: Should a kernel fail during boot, I'd suspect it doesn't like one of the apm/pcibios callbacks, or it doesn't like one of the smbios/mptable/acpi tables.  You could try compiling the SeaBIOS code (see

[Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2010-02-20 Thread Brandon Bennett
When booting a Juniper JunOS kernel (FreeBSD based) I am getting a panic: unkown/reserved trap error immediately after the kernel loads. If i use an older pc-bios with the '-bios' option everything works so it seems to be an issue with the SeaBios. With #DEBUG_BIOS enabled in hw/pc.c here is what

Re: [Qemu-devel] SeaBIOS error with Juniper FreeBSD kernel

2010-02-20 Thread Kevin O'Connor
On Sat, Feb 20, 2010 at 05:23:59PM -0700, Brandon Bennett wrote: When booting a Juniper JunOS kernel (FreeBSD based) I am getting a panic: unkown/reserved trap error immediately after the kernel loads. If i use an older pc-bios with the '-bios' option everything works so it seems to be an