]> git.proxmox.com Git - pve-qemu-kvm.git/blame - debian/patches/pve/0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch
bump version to 2.9.0-1~rc2+5
[pve-qemu-kvm.git] / debian / patches / pve / 0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch
CommitLineData
1a91ab45 1From bc04d6e5e09d517a9c8833fd407a655be3cf21fe Mon Sep 17 00:00:00 2001
ca0fe5f5
WB
2From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3Date: Wed, 9 Dec 2015 14:30:21 +0100
adeb0c7a 4Subject: [PATCH 07/48] set the CPU model to kvm64/32 instead of qemu64/32
ca0fe5f5
WB
5
6---
7 hw/i386/pc.c | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10diff --git a/hw/i386/pc.c b/hw/i386/pc.c
1a91ab45 11index d24388e..81e91a4 100644
ca0fe5f5
WB
12--- a/hw/i386/pc.c
13+++ b/hw/i386/pc.c
1a91ab45 14@@ -1151,9 +1151,9 @@ void pc_cpus_init(PCMachineState *pcms)
ca0fe5f5
WB
15 /* init CPUs */
16 if (machine->cpu_model == NULL) {
17 #ifdef TARGET_X86_64
18- machine->cpu_model = "qemu64";
19+ machine->cpu_model = "kvm64";
20 #else
21- machine->cpu_model = "qemu32";
22+ machine->cpu_model = "kvm32";
23 #endif
24 }
25
26--
272.1.4
28