mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 10:22:14 -07:00
target/s390x: Restrict I/O handler installers to system emulation
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20250125170125.32855-19-philmd@linaro.org>
This commit is contained in:
parent
52df41e353
commit
0df9781074
1 changed files with 2 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ void cpu_inject_stop(S390CPU *cpu);
|
|||
|
||||
|
||||
/* ioinst.c */
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
void ioinst_handle_xsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
void ioinst_handle_csch(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
void ioinst_handle_hsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
|
|
@ -373,6 +374,7 @@ void ioinst_handle_schm(S390CPU *cpu, uint64_t reg1, uint64_t reg2,
|
|||
void ioinst_handle_rsch(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
void ioinst_handle_rchp(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
void ioinst_handle_sal(S390CPU *cpu, uint64_t reg1, uintptr_t ra);
|
||||
#endif /* CONFIG_USER_ONLY */
|
||||
|
||||
|
||||
/* mem_helper.c */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue