]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg: Provide guest_base fallback for system mode
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 Oct 2023 17:12:32 +0000 (17:12 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:27 +0000 (16:32 -0700)
commit23088ca0bcf491eaa3e99a2760cf85f4cd7a3bce
tree80d103e2e315512c49df269bd2c8cfdb11737164
parent397cabaae035102afb547155757fd506620b2bb2
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>
tcg/tcg.c