boot: 0.981 debug: 0.980 permissions: 0.978 other: 0.977 semantic: 0.976 performance: 0.972 device: 0.969 graphic: 0.967 PID: 0.966 socket: 0.957 KVM: 0.952 vnc: 0.943 files: 0.936 network: 0.910 Enabling KVM with recent QEMU builds from GIT hang at boot on Ubuntu Precise AMD64 kernel 3.8.0 When I compile QEMU from GIT and run it with './x86_64-softmmu/qemu-system-x86_64 -enable-kvm' it just hangs, the QEMU screen stays black. (Everything else in the GTK UI is responsive though, I can use the QEMU console as well.) I'm running Ubuntu Precise with kernel 3.8.0-27-generic on an Intel Core2 Duo P9500. With bisecting, I found this commit caused the problem: 235e8982ad393e5611cb892df54881c872eea9e1 is the first bad commit commit 235e8982ad393e5611cb892df54881c872eea9e1 Author: Jordan Justen