Last updated: Tue. Sep. 02, 2014 Feedback to: somlo at cmu dot edu 0. I Just Want It Working, Right Now ! OK, here's what you'll need (or skip to the technical details instead): Development Tools : git , gcc[-c++] , [auto]make , iasl , kernel-devel , etc. On Fedora, yum install @development-tools acpica-tools kernel-devel should take care of it. But, if following the rest of the directions below, you get weird build failures and other unexplained errors, consider the possibility that you're missing something in this category, possibly something I didn't think of listing explicitly above... KVM : As of kernel version 3.15, all necessary functionality is already integrated upstream. Right now, I have 3.15.3-200.fc20.x86_64 on my Fedora 20 machine, and everything works out of the box. kvm-kmod these instructions kvm-kmod kvm_amd kvm_intel modprobe -r kvm_intel cp ./x86/kvm*.ko /lib...