]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch
update to qemu-2.9.0-rc2
[pve-qemu-kvm.git] / debian / patches / pve / 0007-set-the-CPU-model-to-kvm64-32-instead-of-qemu64-32.patch
index f5d31bf8341e2f8d116fad7759110433323adb0f..1a27c029427b5d6ccdec35cf9368817ace92e159 100644 (file)
@@ -1,4 +1,4 @@
-From 118ca6343a48aaab7d1a8f252fb36008c823e551 Mon Sep 17 00:00:00 2001
+From bc04d6e5e09d517a9c8833fd407a655be3cf21fe Mon Sep 17 00:00:00 2001
 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
 Date: Wed, 9 Dec 2015 14:30:21 +0100
 Subject: [PATCH 07/47] set the CPU model to kvm64/32 instead of qemu64/32
@@ -8,10 +8,10 @@ Subject: [PATCH 07/47] set the CPU model to kvm64/32 instead of qemu64/32
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/hw/i386/pc.c b/hw/i386/pc.c
-index 022dd1b..ba8a5a1 100644
+index d24388e..81e91a4 100644
 --- a/hw/i386/pc.c
 +++ b/hw/i386/pc.c
-@@ -1160,9 +1160,9 @@ void pc_cpus_init(PCMachineState *pcms)
+@@ -1151,9 +1151,9 @@ void pc_cpus_init(PCMachineState *pcms)
      /* init CPUs */
      if (machine->cpu_model == NULL) {
  #ifdef TARGET_X86_64