]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 13 Jun 2023 13:33:42 +0000 (15:33 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 20 Jun 2023 08:01:30 +0000 (10:01 +0200)
commit227776b7e2768f9912cfcb6def4c740471cd2170
tree9d36f9a20b1f788918ec192818271915d6f770f3
parent6a14058677dd2af838f0b2daa9896ce569259a57
target/ppc: Check for USER_ONLY definition instead of SOFTMMU one

Since we *might* have user emulation with softmmu,
replace the system emulation check by !user emulation one.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20230613133347.82210-5-philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/ppc/cpu_init.c
target/ppc/helper_regs.c