summaryrefslogtreecommitdiff
blob: 677e49542d8a0c85b963a56addd7c5ebc0e6dbaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ur libvirt-0.4.4/src/qemu_conf.c libvirt-0.4.4-new/src/qemu_conf.c
--- libvirt-0.4.4/src/qemu_conf.c	2008-06-19 13:15:02.000000000 +0000
+++ libvirt-0.4.4-new/src/qemu_conf.c	2008-07-13 19:50:01.000000000 +0000
@@ -309,7 +309,7 @@
 /* The archicture tables for supported QEMU archs */
 static const struct qemu_arch_info const arch_info_hvm[] = {
     {  "i686", 32, arch_info_hvm_x86_machines, 2,
-       "/usr/bin/qemu", arch_info_i686_flags, 4 },
+       "/usr/bin/kvm", arch_info_i686_flags, 4 },
     {  "x86_64", 64, arch_info_hvm_x86_machines, 2,
        "/usr/bin/qemu-system-x86_64", arch_info_x86_64_flags, 2 },
     {  "mips", 32, arch_info_hvm_mips_machines, 1,