[pve-devel] [PATCH 05/31] PVE: [Config] smm_available = false

Dietmar Maurer dietmar at proxmox.com
Fri Mar 6 12:29:45 CET 2020


From: Alexandre Derumier <aderumier at odiso.com>

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
 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 ac08e63604..4bd9ab52a0 100644
--- a/hw/i386/pc.c
+++ b/hw/i386/pc.c
@@ -2040,7 +2040,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.20.1




More information about the pve-devel mailing list