Public bug reported: unless compiled without optimizations, no system may be ran except the default with -kvm-enabled I had to modify config-host.mak and remove -O2 from CFLAGS to be able to work without kvm.
GCC 4.4.4 qemu-0.14.1 ***NOTE: this has been an issue for several versions. ** Affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/786442 Title: GCC -O2 causes segfaults Status in QEMU: New Bug description: unless compiled without optimizations, no system may be ran except the default with -kvm-enabled I had to modify config-host.mak and remove -O2 from CFLAGS to be able to work without kvm. GCC 4.4.4 qemu-0.14.1 ***NOTE: this has been an issue for several versions.