commit | 23088ca0bcf491eaa3e99a2760cf85f4cd7a3bce | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 01 17:12:32 2023 +0000 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Oct 22 16:32:27 2023 -0700 |
tree | 80d103e2e315512c49df269bd2c8cfdb11737164 | |
parent | 397cabaae035102afb547155757fd506620b2bb2 [diff] |
tcg: Provide guest_base fallback for system mode Provide a define to allow !tcg_use_softmmu code paths to compile in system mode, but require elimination. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>