X-Git-Url: https://git.proxmox.com/?p=pve-qemu-kvm.git;a=blobdiff_plain;f=debian%2Fpatches%2Fpve%2F0025-smm_available-false.patch;fp=debian%2Fpatches%2Fpve%2F0025-smm_available-false.patch;h=0000000000000000000000000000000000000000;hp=34cfdc5ed2be4ec151b5d52bef2c9c5c4a60ebee;hb=e8d0924679a5d7a3acfc128a1140ffdef0269338;hpb=dcfd9c72bc5bb92f7715f7eb52e6610bc629a1c8 diff --git a/debian/patches/pve/0025-smm_available-false.patch b/debian/patches/pve/0025-smm_available-false.patch deleted file mode 100644 index 34cfdc5..0000000 --- a/debian/patches/pve/0025-smm_available-false.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 8a8c61f58cfde89540c885bc3b0f7e7e9d820782 Mon Sep 17 00:00:00 2001 -From: Alexandre Derumier -Date: Tue, 29 Sep 2015 15:37:44 +0200 -Subject: [PATCH 25/48] smm_available = false - -Signed-off-by: Alexandre Derumier ---- - hw/i386/pc.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/hw/i386/pc.c b/hw/i386/pc.c -index 81e91a4..4161a45 100644 ---- a/hw/i386/pc.c -+++ b/hw/i386/pc.c -@@ -2123,7 +2123,7 @@ bool pc_machine_is_smm_enabled(PCMachineState *pcms) - if (tcg_enabled() || qtest_enabled()) { - smm_available = true; - } else if (kvm_enabled()) { -- smm_available = kvm_has_smm(); -+ smm_available = false; - } - - if (smm_available) { --- -2.1.4 -