target-sparc: ignore MMU-faults if MMU is disabled in hypervisor mode
commit1ceca928538a3633b74a7dc718a05ce6767f2f76
authorArtyom Tarasenko <atar4qemu@gmail.com>
Mon, 23 Jan 2012 13:31:21 +0000 (23 14:31 +0100)
committerArtyom Tarasenko <atar4qemu@gmail.com>
Wed, 18 Jan 2017 21:03:44 +0000 (18 22:03 +0100)
tree6408fa57917fcaceba7e49ddefaa2b04e1243d38
parent23eb9e6b6d5315171cc15969bbc755f258004df0
target-sparc: ignore MMU-faults if MMU is disabled in hypervisor mode

while IMMU/DMMU is disabled
- ignore MMU-faults in hypervisorv mode or if CPU doesn't have hypervisor
- signal TT_INSN_REAL_TRANSLATION_MISS/TT_DATA_REAL_TRANSLATION_MISS otherwise

Signed-off-by: Artyom Tarasenko <atar4qemu@gmail.com>
target/sparc/cpu.h
target/sparc/ldst_helper.c