commit | 30163d89953e2ec3e5fc53918682c8bc4b1b3b8d | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Tue Oct 09 03:16:49 2012 +0000 |
committer | Riku Voipio <riku.voipio@linaro.org> | Fri Oct 12 14:26:29 2012 +0300 |
tree | 9114362c64b497bb2e735c0d49fdc8f8a42cae43 | |
parent | 885c1d10b803fc37e6656e733ba916c702b6f515 [diff] |
configure: Remove unnecessary host_guest_base code All TCG hosts now support guest-base functionality, so we can remove the setting of host_guest_base to 'yes' in every arm of the case "$cpu" statement, and simply set guest_base to default to 'yes'. 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>