]> git.proxmox.com Git - mirror_qemu.git/commit
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 15 Sep 2021 15:13:38 +0000 (08:13 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 2 Nov 2021 11:00:52 +0000 (07:00 -0400)
commiteeca7dc566076d6130d986e17508372bc7916281
tree970d5f9d8d36e988767c5e826590733b57435846
parent6407f64fcf0990f9353ec8b3c2a86aed92ef4aa1
accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemu

We have replaced tlb_fill with record_sigsegv for user mode.
Move the declaration to restrict it to system emulation.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
include/hw/core/tcg-cpu-ops.h
linux-user/signal.c