Searched hist:"6 a14058677dd2af838f0b2daa9896ce569259a57" (Results 1 – 4 of 4) sorted by relevance
/qemu/target/m68k/ |
H A D | helper.h | 6a14058677dd2af838f0b2daa9896ce569259a57 Tue Jun 13 13:33:41 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> target/m68k: 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.
Invert some if() ladders for clarity.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-4-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | helper.c | 6a14058677dd2af838f0b2daa9896ce569259a57 Tue Jun 13 13:33:41 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> target/m68k: 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.
Invert some if() ladders for clarity.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-4-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | cpu.c | 6a14058677dd2af838f0b2daa9896ce569259a57 Tue Jun 13 13:33:41 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> target/m68k: 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.
Invert some if() ladders for clarity.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-4-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|
H A D | translate.c | 6a14058677dd2af838f0b2daa9896ce569259a57 Tue Jun 13 13:33:41 UTC 2023 Philippe Mathieu-Daudé <philmd@linaro.org> target/m68k: 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.
Invert some if() ladders for clarity.
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230613133347.82210-4-philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
|