qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC PATCH v2 3/9] target/m68k: Check for USER_ONLY definition inste


From: Richard Henderson
Subject: Re: [RFC PATCH v2 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
Date: Tue, 6 Jun 2023 07:48:36 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/5/23 15:24, Philippe Mathieu-Daudé wrote:
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>
---
  target/m68k/helper.h    |  2 +-
  target/m68k/cpu.c       | 14 ++++++--------
  target/m68k/helper.c    |  4 ++--
  target/m68k/translate.c | 28 ++++++++++++++--------------
  4 files changed, 23 insertions(+), 25 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]