commit | 07e10e5de1470bdf1d1ed97c85cb7ed9e4826775 | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Oct 09 03:16:50 2012 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Oct 12 14:27:05 2012 +0300 |
tree | 51328c36a09825e99c242a84c7a8662c641f2e07 | |
parent | 30163d89953e2ec3e5fc53918682c8bc4b1b3b8d [diff] |
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>