qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v1 06/10] includes: move tb_flush into its own header


From: Richard Henderson
Subject: Re: [PATCH v1 06/10] includes: move tb_flush into its own header
Date: Fri, 16 Dec 2022 12:01:28 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2

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.bennee@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.henderson@linaro.org>

r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]