]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Introduce tcg_use_softmmu
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 1 Oct 2023 14:53:03 +0000 (07:53 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sun, 22 Oct 2023 23:32:27 +0000 (16:32 -0700)
commit397cabaae035102afb547155757fd506620b2bb2
tree28195ae57a940176f5bc5919735ef6bb705f0492
parentcc3f99aac41903362521fac551b835abe369659a
tcg: Introduce tcg_use_softmmu

Begin disconnecting CONFIG_SOFTMMU from !CONFIG_USER_ONLY.
Introduce a variable which can be set at startup to select
one method or another for user-only.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/tcg/tcg.h
tcg/tcg-op-ldst.c
tcg/tcg.c