Thomas Glanzmann wrote:
> Hello,
>
> /local/kvm/bin/qemu -hda /scratch/tg/redhat/vdisk.img -net nic,model=rtl8139 
> -net tap,script=/scratch/tg/redhat/ifup -m 1024 -localtime -cdrom 
> /var/tmp/rhel-5-server-i386-DVD.iso
>
> with latest checkout crashes on me directly after it passes bios.
>   

The disk is not installed, right?  Pass -boot d to boot from cdrom.

> emulation failed but !mmio_needed? rip a45 f4 eb fd 89
>   

f4 is hlt, which we don't emulate although we should.  The bios is doing 
an endless loop here waiting for someone to reset the machine.


-- 
error compiling committee.c: too many arguments to function


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kvm-devel

Reply via email to