On 12/16/22 03:22, Alex Bennée wrote:
This aids subsystems (like gdbstub) that want to trigger a flush
without pulling target specific headers.

Signed-off-by: Alex Bennée<alex.ben...@linaro.org>

---
v2
   - actually include the header and rename to tb-flush.h
---
  include/exec/exec-all.h     |  1 -
  include/exec/tb-flush.h     | 19 +++++++++++++++++++
  linux-user/user-internals.h |  1 +
  accel/stubs/tcg-stub.c      |  1 +
  accel/tcg/tb-maint.c        |  1 +
  accel/tcg/translate-all.c   |  1 +
  cpu.c                       |  1 +
  gdbstub/gdbstub.c           |  1 +
  hw/ppc/spapr_hcall.c        |  1 +
  plugins/core.c              |  1 +
  plugins/loader.c            |  2 +-
  target/alpha/sys_helper.c   |  1 +
  target/riscv/csr.c          |  1 +
  13 files changed, 30 insertions(+), 2 deletions(-)
  create mode 100644 include/exec/tb-flush.h

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to