From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvvP1-0004po-Ro for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:59:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvvOv-0004eV-7l for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:59:37 -0400 Received: from [199.232.76.173] (port=57565 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvvOu-0004eA-Gb for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:59:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1818) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvvOt-0002KA-RP for qemu-devel@nongnu.org; Thu, 08 Oct 2009 11:59:32 -0400 From: Gleb Natapov Date: Thu, 8 Oct 2009 17:59:12 +0200 Message-Id: <1255017566-26220-8-git-send-email-gleb@redhat.com> In-Reply-To: <1255017566-26220-1-git-send-email-gleb@redhat.com> References: <1255017566-26220-1-git-send-email-gleb@redhat.com> Subject: [Qemu-devel] [PATCH 07/21] Remove CONFIG_KVM compile option. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kevin@koconnor.net Cc: qemu-devel@nongnu.org Qemu and KVM should use the same bios build. All differences should be handled in runtime. Signed-off-by: Gleb Natapov --- src/config.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) 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 -- 1.6.3.3