mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
target/xtensa: Restrict do_transaction_failed() to sysemu
The do_transaction_failed() is restricted to system emulation since
commit cbc183d2d9
("cpu: move cc->transaction_failed to tcg_ops").
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-5-f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
30ca39244b
commit
b40db05daa
1 changed files with 2 additions and 0 deletions
|
@ -568,10 +568,12 @@ bool xtensa_cpu_tlb_fill(CPUState *cs, vaddr address, int size,
|
||||||
bool probe, uintptr_t retaddr);
|
bool probe, uintptr_t retaddr);
|
||||||
void xtensa_cpu_do_interrupt(CPUState *cpu);
|
void xtensa_cpu_do_interrupt(CPUState *cpu);
|
||||||
bool xtensa_cpu_exec_interrupt(CPUState *cpu, int interrupt_request);
|
bool xtensa_cpu_exec_interrupt(CPUState *cpu, int interrupt_request);
|
||||||
|
#ifndef CONFIG_USER_ONLY
|
||||||
void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
|
void xtensa_cpu_do_transaction_failed(CPUState *cs, hwaddr physaddr, vaddr addr,
|
||||||
unsigned size, MMUAccessType access_type,
|
unsigned size, MMUAccessType access_type,
|
||||||
int mmu_idx, MemTxAttrs attrs,
|
int mmu_idx, MemTxAttrs attrs,
|
||||||
MemTxResult response, uintptr_t retaddr);
|
MemTxResult response, uintptr_t retaddr);
|
||||||
|
#endif /* !CONFIG_USER_ONLY */
|
||||||
void xtensa_cpu_dump_state(CPUState *cpu, FILE *f, int flags);
|
void xtensa_cpu_dump_state(CPUState *cpu, FILE *f, int flags);
|
||||||
hwaddr xtensa_cpu_get_phys_page_debug(CPUState *cpu, vaddr addr);
|
hwaddr xtensa_cpu_get_phys_page_debug(CPUState *cpu, vaddr addr);
|
||||||
void xtensa_count_regs(const XtensaConfig *config,
|
void xtensa_count_regs(const XtensaConfig *config,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue