On 02/15/13 21:57, David Woodhouse wrote:
On Fri, 2013-02-15 at 19:54 +0100, Laszlo Ersek wrote:
Same infinite loop, alas...
(i) What is your host kernel exactly?
3.7.5-201.fc18.x86_64 (booted from EFI on a MacBookPro 8,3).
- host CPU: Xeon W3550 (family/model/stepping = 6/26/5)
- host kernel: 3.7.8; config attached
- md5sums of firmware binaries (both from you):
61daae4d085f646093e31df2b13b13e8 OVMF-david.fd 3a6a829c55cbd4e27db745326a5fed44 vgabios-cirrus-david.bin
- qemu: upstream v1.3.1; configs attached
./configure --target-list=x86_64-softmmu --prefix=/opt/qemu-upstream \ --enable-debug
- libvirt XML: attached; <emulator> refers to qemu wrapper script
- qemu command line (from ps -f):
/opt/qemu-upstream/bin/qemu-system-x86_64 \ -name fw-mixed.g-f18xfce2012121716.e-upstream \ -S \ -M pc-1.3 \ -enable-kvm \ -bios /root/OVMF-david.fd \ -m 1024 \ -smp 4,sockets=4,cores=1,threads=1 \ -uuid 0865a1c1-6474-249b-5e84-81171c4e1d0c \ -no-user-config \ -nodefaults \ -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/fw-mixed.g-f18xfce2012121716.e-upstream.monitor,server,nowait \ -mon chardev=charmonitor,id=monitor,mode=control \ -rtc base=utc \ -no-shutdown \ -boot c \ -drive file=/var/lib/libvirt/images/fw-mixed.g-f18xfce2012121716.e-upstream.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=none \ -device virtio-blk-pci,bus=pci.0,addr=0x4,drive=drive-virtio-disk0,id=virtio-disk0 \ -drive file=/filestore/isos/f18/Fedora-18-Nightly-20121217.16-x86_64-Live-xfce.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw \ -device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0 \ -chardev pty,id=charserial0 \ -device isa-serial,chardev=charserial0,id=serial0 \ -usb \ -vnc 127.0.0.1:0 \ -vga cirrus \ -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x5 \ -debugcon file:/tmp/fw-mixed.g-f18xfce2012121716.e-upstream.debug \ -global isa-debugcon.iobase=0x402 \ -global PIIX4_PM.disable_s3=0 \ -global PIIX4_PM.disable_s4=0
- guest: F18 XFCE nightly, UEFI installed, UEFI booted
- serial output: attached
- result: infinite loop at guest reset
I give up. Thanks for the help & sorry about spamming three lists.
Laszlo