qemu/include
Richard Henderson da6bbf8513 tcg: Add CPUClass::tlb_fill
This hook will replace the (user-only mode specific) handle_mmu_fault
hook, and the (system mode specific) tlb_fill function.

The handle_mmu_fault hook was written as if there was a valid
way to recover from an mmu fault, and had 3 possible return states.
In reality, the only valid action is to raise an exception,
return to the main loop, and deliver the SIGSEGV to the guest.

Note that all of the current implementations of handle_mmu_fault
for guests which support linux-user do in fact only ever return 1,
which is the signal to return to the main loop.

Using the hook for system mode requires that all targets be converted,
so for now the hook is (optionally) used only from user-only mode.

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
2019-05-10 07:55:06 -07:00
..
authz filemon: fix watch IDs to avoid potential wraparound issues 2019-04-02 13:52:02 +01:00
block qemu-nbd: Look up flag names in array 2019-05-07 09:43:42 -05:00
chardev
crypto
disas include: Move fprintf_function to disas/ 2019-04-18 22:18:59 +02:00
exec - Fix "make check" problem that occurred with LANG=C and Python 3.5 / 3.6 2019-05-09 15:43:41 +01:00
fpu
hw target-arm queue: 2019-05-08 00:06:43 +01:00
io
libdecnumber
migration
monitor monitor: Clean up how monitor_disas() funnels output to monitor 2019-04-18 22:18:59 +02:00
net
qapi
qemu osdep: Fix mingw compilation regarding stdio formats 2019-05-07 12:55:03 +01:00
qom tcg: Add CPUClass::tlb_fill 2019-05-10 07:55:06 -07:00
scsi
standard-headers
sysemu accel: Remove unused AccelClass::available field 2019-05-02 16:56:33 +02:00
ui
elf.h elf: Add RISC-V PSABI ELF header defines 2019-03-19 05:14:39 -07:00
glib-compat.h
qemu-common.h include: Include fprintf-fn.h only where needed 2019-04-18 22:18:59 +02:00
qemu-io.h
trace-tcg.h