device: 0.865 assembly: 0.863 boot: 0.863 user-level: 0.858 permissions: 0.858 kernel: 0.854 debug: 0.853 socket: 0.848 performance: 0.847 register: 0.845 mistranslation: 0.844 semantic: 0.843 PID: 0.838 architecture: 0.829 graphic: 0.824 virtual: 0.822 risc-v: 0.821 files: 0.816 arm: 0.815 network: 0.802 hypervisor: 0.773 ppc: 0.768 vnc: 0.767 peripherals: 0.759 KVM: 0.740 TCG: 0.721 VMM: 0.671 i386: 0.626 x86: 0.619 PPC emulation loops on booting a FreeBSD kernel Has anyone tried booting FreeBSD8.1-ppc under QEMU (Linux x86_64 host; PPC guest)? I can get Linux/PPC to run fine, and FreeBSD8.1-i386 as well; but there seems to be a problem with whatever the FreeBSD8.1 kernel does, that QEMU's PPC emulation can't handle. I am using the latest version of QEMU from GIT as of 25/8/10. I don't know how to get a "git commit hash", so I can't quote it. The kernel starts OK then loops after "Kernel entry at 0x100100 ...". The command I am running is qemu-system-ppc -cdrom FreeBSD-8.1-RELEASE-powerpc-disc1.iso -hda freebsd8.1-ppc -m 94 -boot d" I obtained the kernel from ftp://ftp.freebsd.org/pub/FreeBSD/releases/powerpc/ISO-IMAGES/8.1/FreeBSD-8.1-RELEASE-powerpc-disc1.iso. I did a "git log" command, and the first line is "2446333cd5b5c985f6517dee7004e542ecacd21c". Is that what you mean by a git hash? If so, I hope it helps. It looks like a firmware issue. Please report this to