qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: PC machine types switched to SeaBIOS/gPXE


From: Jan Kiszka
Subject: [Qemu-devel] Re: PC machine types switched to SeaBIOS/gPXE
Date: Sat, 31 Oct 2009 13:02:32 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666

Stefan Weil wrote:
> Anthony Liguori schrieb:
>> Hi,
>>
>> I just wanted to let everyone know that I've switched the PC machine
>> type to SeaBIOS and gPXE.  SeaBIOS is a port of the Bochs BIOS to GCC,
>> by Kevin O'Conner, along with quite a lot of clean up and new feature
>> work.
>>
>> gPXE is the new development tree of etherboot which is now
>> deprecated.  We've done a lot of testing of and while there are a few
>> outstanding issues, almost everything seems to be working okay.
>>
>> Some known issues:
>> o e1000 pxe booting doesn't seem to work
>> o gPXE does not like the slirp tftp server
>> o SeaBIOS doesn't support CPU hotplug (not an issue for upstream qemu)
>>
>> I've renamed the old pcbios to pcbios.bin.  If you suspect a bug in
>> SeaBIOS, you can use "-bios pcbios.bin" to try with the old BIOS in an
>> effort to debug.
>>
>> I want to thank everyone who helped make this all happen.  It was a
>> big effort and I think it's going to be a really nice feature for the
>> 0.12.0 release!
>>
> 
> More issues:
> 
> * QEMU crash with all working pxe devices:
> 
> i386-softmmu/qemu -boot n -net nic,model=pcnet -net user -L pc-bios
> qemu: fatal: Trying to execute code outside RAM or ROM at 0x7e6005a8
> 
> EAX=00007b52 EBX=9c730001 ECX=54450246 EDX=00000000
> ESI=061f0000 EDI=c7300000 EBP=00000000 ESP=00007b88
> EIP=7e6005a8 EFL=00000002 [-------] CPL=0 II=0 A20=1 SMM=0 HLT=0
> ...

Yes, this happens when gpxe found no tftp server or boot file (you
didn't specify any) and then tries to restart. This restart seems to go
through the bios which fails to properly reset the context, I bet.

Another issue: model=e1000 doesn't work this way (-boot n), only if you
go via gpxe menu and 'autoboot'. Other nic types seem to be fine.

Jan

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]