qemu-e2k/target
Philippe Mathieu-Daudé 120964219d accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt
do_interrupt() is sysemu specific. However due to some X86
specific hack, it is also used in user-mode emulation, which
is why it couldn't be restricted to CONFIG_SOFTMMU (see the
comment around added in commit 78271684719: "cpu: tcg_ops:
move to tcg-cpu-ops.h, keep a pointer in CPUClass").
Keep the hack but rename the handler as fake_user_interrupt()
and restrict do_interrupt() to sysemu.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210911165434.531552-6-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2021-09-14 12:00:21 -07:00
..
alpha accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
arm accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
avr target/avr: Remove pointless use of CONFIG_USER_ONLY definition 2021-09-14 12:00:20 -07:00
cris accel/tcg: Remove TranslatorOps.breakpoint_check 2021-07-21 07:47:05 -10:00
hexagon accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
hppa tcg: Remove tcg_global_reg_new defines 2021-09-14 12:00:20 -07:00
i386 accel/tcg: Rename user-mode do_interrupt hack as fake_user_interrupt 2021-09-14 12:00:21 -07:00
m68k accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
microblaze accel/tcg: Remove TranslatorOps.breakpoint_check 2021-07-21 07:47:05 -10:00
mips accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
nios2 target/nios2: Mark raise_exception() as noreturn 2021-07-30 08:23:12 -10:00
openrisc accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
ppc accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
riscv accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
rx accel/tcg: Remove TranslatorOps.breakpoint_check 2021-07-21 07:47:05 -10:00
s390x accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
sh4 accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
sparc accel/tcg: Add DisasContextBase argument to translator_ld* 2021-09-14 12:00:20 -07:00
tricore accel/tcg: Remove TranslatorOps.breakpoint_check 2021-07-21 07:47:05 -10:00
xtensa target/xtensa: Restrict do_transaction_failed() to sysemu 2021-09-14 12:00:20 -07:00
Kconfig meson: Introduce target-specific Kconfig 2021-07-09 18:21:34 +02:00
meson.build Drop the deprecated unicore32 target 2021-05-12 18:20:52 +02:00