When booted like this kvm -cpu core2duo,+xsave -enable-kvm -m 8192 -drive file=freebsd-9.1-qcow2.img -boot d -net nic -net user -nographic -vnc :0 -cdrom ./isos/FreeBSD-9.1-RELEASE-amd64-disc1.iso Freebsd crash immediately after the loader with error; CPU0 does not support X87 or SSE2 : 0 Without the xsave instruction the FreeBSD boot as expected. I had response from the FreeBSD developers that CPUID should return presence of the FPU extensions and since long mode capable CPU , X87 and SSE2 should be present according to Unix amd64 ABI . It seems this is not the case when xsave flag is set.
Looks like the QEMU folks had a relevant change on this bug: https://lists.gnu.org/archive/html/qemu-devel/2014-02/msg04140.html Could you retest?
seems to be working for me now.
(In reply to Ian Allison from comment #2) > seems to be working for me now. Could anyone close this bug, please?