summary refs log tree commit diff stats
path: root/tcg/tcg.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2012-10-09 03:16:50 +0000
committerRiku Voipio <riku.voipio@linaro.org>2012-10-12 14:27:05 +0300
commit07e10e5de1470bdf1d1ed97c85cb7ed9e4826775 (patch)
tree51328c36a09825e99c242a84c7a8662c641f2e07 /tcg/tcg.c
parent30163d89953e2ec3e5fc53918682c8bc4b1b3b8d (diff)
downloadfocaccia-qemu-07e10e5de1470bdf1d1ed97c85cb7ed9e4826775.tar.gz
focaccia-qemu-07e10e5de1470bdf1d1ed97c85cb7ed9e4826775.zip
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
GUEST_BASE support is now supported by all TCG backends, and is
now mandatory. Drop the now-pointless TCG_TARGET_HAS_GUEST_BASE
define (set by every backend) and the error if it is unset.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'tcg/tcg.c')
-rw-r--r--tcg/tcg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c
index 32cd0c6b65..a171f784a4 100644
--- a/tcg/tcg.c
+++ b/tcg/tcg.c
@@ -62,10 +62,6 @@
 
 #include "elf.h"
 
-#if defined(CONFIG_USE_GUEST_BASE) && !defined(TCG_TARGET_HAS_GUEST_BASE)
-#error GUEST_BASE not supported on this host.
-#endif
-
 /* Forward declarations for functions declared in tcg-target.c and used here. */
 static void tcg_target_init(TCGContext *s);
 static void tcg_target_qemu_prologue(TCGContext *s);