X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch;fp=debian%2Fpatches%2Fpve%2F0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch;h=0000000000000000000000000000000000000000;hp=8bc87ced397f01acbcd157821b89c5235fea6119;hb=e8d0924679a5d7a3acfc128a1140ffdef0269338;hpb=dcfd9c72bc5bb92f7715f7eb52e6610bc629a1c8 diff --git a/debian/patches/pve/0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch b/debian/patches/pve/0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch deleted file mode 100644 index 8bc87ce..0000000 --- a/debian/patches/pve/0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch +++ /dev/null @@ -1,28 +0,0 @@ -From bc04d6e5e09d517a9c8833fd407a655be3cf21fe Mon Sep 17 00:00:00 2001 -From: Wolfgang Bumiller -Date: Wed, 9 Dec 2015 14:30:21 +0100 -Subject: [PATCH 07/48] set the CPU model to kvm64/32 instead of qemu64/32 - ---- - hw/i386/pc.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/hw/i386/pc.c b/hw/i386/pc.c -index d24388e..81e91a4 100644 ---- a/hw/i386/pc.c -+++ b/hw/i386/pc.c -@@ -1151,9 +1151,9 @@ void pc_cpus_init(PCMachineState *pcms) - /* init CPUs */ - if (machine->cpu_model == NULL) { - #ifdef TARGET_X86_64 -- machine->cpu_model = "qemu64"; -+ machine->cpu_model = "kvm64"; - #else -- machine->cpu_model = "qemu32"; -+ machine->cpu_model = "kvm32"; - #endif - } - --- -2.1.4 -