2 ===================================================================
5 @@ -5658,7 +5658,8 @@ int main(int argc, char **argv, char **e
8 if (kvm_qemu_init() < 0) {
9 - fprintf(stderr, "Could not initialize KVM, will disable KVM support\n");
10 + fprintf(stderr, "Could not initialize KVM. Do you have kvm-amd or kvm-intel modprobe'd?\nIf you want to use CPU emulation, start with -no-kvm.\n");
12 #ifdef NO_CPU_EMULATION
13 fprintf(stderr, "Compiled with --disable-cpu-emulation, exiting.\n");