1 Index: new/hw/i386/pc.c
2 ===================================================================
3 --- new.orig/hw/i386/pc.c 2014-11-20 06:45:06.000000000 +0100
4 +++ new/hw/i386/pc.c 2014-11-20 07:26:33.000000000 +0100
7 if (cpu_model == NULL) {
9 - cpu_model = "qemu64";
10 + cpu_model = "kvm64";
12 - cpu_model = "qemu32";
13 + cpu_model = "kvm32";
16 current_cpu_model = cpu_model;