Qemu is crashing for me. Bisecting the code I found this here as the
reason. Stepping one commit further into the past does not cause the crash.
6792a57bf19ab37f61f5acf0f8e3003cf08814af is the first bad commit
commit 6792a57bf19ab37f61f5acf0f8e3003cf08814af
Author: Jan Kiszka <jan.kis...@siemens.com>
Date: Mon Feb 7 12:19:18 2011 +0100
I get crashes while booting FC14 on a FC14 host, both 64bit. Host
running 2.6.35.11-83.fc14 . Crashes typically happen when udev has
stared in the guest.
This is the command line I was using:
./x86_64-softmmu/qemu-system-x86_64 \
-hda ~images/fc14-x86_64.img \
-m 2048 \
-enable-kvm \
-boot menu=on \
-chardev stdio,id=seabios \
-device isa-debugcon,iobase=0x402,chardev=seabios
Regards,
Stefan