Avi Kivity wrote:
On 07/07/2009 03:06 PM, Jerry Geis wrote:
Try -cpu 486,-fpu.
Avi,
Running this command:
qemu-system-x86_64 -net nic,model=rtl8139 -net user -hda $1 -no-acpi
-usb -cpu 486,-fpu &
I get a seg fault:
qemu-system-x86[15419]: segfault at c ip 0000000000458b95 sp
0000000041d9df90 error 4 in qemu-system-x86_64[400000+208000]
I am running kvm-87 centos 5.3 x86_64.
Add -no-kvm-irqchip. A 486 doesn't have a local APIC, which the code
expects.
This works. Thanks.
Jerry
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html