]> git.proxmox.com Git - mirror_qemu.git/commit - cpu.c
includes: move tb_flush into its own header
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 3 Mar 2023 02:57:43 +0000 (18:57 -0800)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 7 Mar 2023 17:06:33 +0000 (17:06 +0000)
commit548c96095dae2af37c4145ff11f0d010c43e2be2
tree82f2b64be682868b5dc8af440acc856911b132fe
parent9f56787c12e1b5f594ca790b1d84b8cc43a962d3
includes: move tb_flush into its own header

This aids subsystems (like gdbstub) that want to trigger a flush
without pulling target specific headers.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230302190846.2593720-8-alex.bennee@linaro.org>
Message-Id: <20230303025805.625589-8-richard.henderson@linaro.org>
14 files changed:
MAINTAINERS
accel/stubs/tcg-stub.c
accel/tcg/tb-maint.c
accel/tcg/translate-all.c
cpu.c
gdbstub/gdbstub.c
hw/ppc/spapr_hcall.c
include/exec/exec-all.h
include/exec/tb-flush.h [new file with mode: 0644]
linux-user/user-internals.h
plugins/core.c
plugins/loader.c
target/alpha/sys_helper.c
target/riscv/csr.c