cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
authorAndreas Färber <afaerber@suse.de>
Mon, 26 Aug 2013 01:01:33 +0000 (03:01 +0200)
committerAndreas Färber <afaerber@suse.de>
Thu, 13 Mar 2014 18:20:46 +0000 (19:20 +0100)
commit7510454e3e74aafa2e6c50388bf24904644b6a96
treed529c51ffa5633e8e067ae092bbc33bcf9a7bd8f
parent7372c2b926200db295412efbb53f93773b7f1754
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook

Note that while such functions may exist both for *-user and softmmu,
only *-user uses the CPUState hook, while softmmu reuses the prototype
for calling it directly.

Signed-off-by: Andreas Färber <afaerber@suse.de>
61 files changed:
include/qom/cpu.h
target-alpha/cpu.c
target-alpha/cpu.h
target-alpha/helper.c
target-alpha/mem_helper.c
target-arm/cpu.c
target-arm/cpu.h
target-arm/helper.c
target-arm/op_helper.c
target-cris/cpu.c
target-cris/cpu.h
target-cris/helper.c
target-cris/op_helper.c
target-i386/cpu.c
target-i386/cpu.h
target-i386/helper.c
target-i386/mem_helper.c
target-lm32/cpu.c
target-lm32/cpu.h
target-lm32/helper.c
target-lm32/op_helper.c
target-m68k/cpu.c
target-m68k/cpu.h
target-m68k/helper.c
target-m68k/op_helper.c
target-microblaze/cpu.c
target-microblaze/cpu.h
target-microblaze/helper.c
target-microblaze/op_helper.c
target-mips/cpu.c
target-mips/cpu.h
target-mips/helper.c
target-mips/op_helper.c
target-moxie/cpu.c
target-moxie/cpu.h
target-moxie/helper.c
target-openrisc/cpu.c
target-openrisc/cpu.h
target-openrisc/mmu.c
target-openrisc/mmu_helper.c
target-ppc/cpu.h
target-ppc/translate_init.c
target-ppc/user_only_helper.c
target-s390x/cpu.c
target-s390x/cpu.h
target-s390x/helper.c
target-s390x/mem_helper.c
target-sh4/cpu.c
target-sh4/cpu.h
target-sh4/helper.c
target-sh4/op_helper.c
target-sparc/cpu.c
target-sparc/cpu.h
target-sparc/ldst_helper.c
target-sparc/mmu_helper.c
target-unicore32/cpu.c
target-unicore32/cpu.h
target-unicore32/helper.c
target-unicore32/op_helper.c
target-unicore32/softmmu.c
user-exec.c