From: Kevin O'Connor Date: Fri, 9 Oct 2009 01:52:11 +0000 (-0400) Subject: Remove CONFIG_KVM compile option. X-Git-Tag: rel-0.5.0~82 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1bfcc76878044ae58d405ff23c4cbc6a25d5e894;p=seabios.git Remove CONFIG_KVM compile option. Qemu and KVM should use the same bios build. All differences should be handled in runtime. Signed-off-by: Gleb Natapov --- diff --git a/src/config.h b/src/config.h index e93b080..fa0dd1d 100644 --- a/src/config.h +++ b/src/config.h @@ -12,8 +12,6 @@ #define CONFIG_APPNAME6 "BOCHS " #define CONFIG_APPNAME4 "BXPC" -// Configure for use with KVM. -#define CONFIG_KVM 0 // Configure as a coreboot payload. #define CONFIG_COREBOOT 0