]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/old/set-cpu-model-to-kvm64.patch
refer to the new repository
[pve-qemu-kvm.git] / debian / patches / old / set-cpu-model-to-kvm64.patch
diff --git a/debian/patches/old/set-cpu-model-to-kvm64.patch b/debian/patches/old/set-cpu-model-to-kvm64.patch
deleted file mode 100644 (file)
index d306668..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: new/hw/i386/pc.c
-===================================================================
---- new.orig/hw/i386/pc.c      2014-11-20 06:45:06.000000000 +0100
-+++ new/hw/i386/pc.c   2014-11-20 07:26:33.000000000 +0100
-@@ -1020,9 +1020,9 @@
-     /* init CPUs */
-     if (cpu_model == NULL) {
- #ifdef TARGET_X86_64
--        cpu_model = "qemu64";
-+        cpu_model = "kvm64";
- #else
--        cpu_model = "qemu32";
-+        cpu_model = "kvm32";
- #endif
-     }
-     current_cpu_model = cpu_model;