summaryrefslogtreecommitdiff
path: root/bios
diff options
context:
space:
mode:
authorGleb Natapov <gleb@redhat.com>2008-12-30 12:37:28 +0200
committerAvi Kivity <avi@redhat.com>2008-12-30 13:20:45 +0200
commit5e829c07f84838416ac9f3d0caef2388bab7fb63 (patch)
tree485e58e95f0b2be7b057adb621b80778336edbd2 /bios
parentc35d28754f1a6a5c4cc7e2a1f88cc1d4c6868e2e (diff)
kvm: bios: KVM does not support SMM, so disable it
Signed-off-by: Gleb Natapov <gleb@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'bios')
-rwxr-xr-xbios/rombios32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bios/rombios32.c b/bios/rombios32.c
index fd6ff713..a0c95729 100755
--- a/bios/rombios32.c
+++ b/bios/rombios32.c
@@ -38,7 +38,7 @@ typedef unsigned long long uint64_t;
//#define BX_USE_EBDA_TABLES
/* define it if the (emulated) hardware supports SMM mode */
-#define BX_USE_SMM
+//#define BX_USE_SMM
#define cpuid(index, eax, ebx, ecx, edx) \
asm volatile ("cpuid" \