qemu-ppc
[Top][All Lists]
Advanced

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

Re: [RFC PATCH] includes: move tb_flush into its own header


From: Philippe Mathieu-Daudé
Subject: Re: [RFC PATCH] includes: move tb_flush into its own header
Date: Thu, 15 Dec 2022 18:39:53 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.5.1

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

[AJB: RFC because this is part of a larger gdbstub series but I wanted
to post for feedback in case anyone wants to suggest better naming].

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
  include/exec/exec-all.h     | 1 -
  linux-user/user-internals.h | 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 +
  11 files changed, 10 insertions(+), 2 deletions(-)

While playing there you might want to review a companion series:
https://lore.kernel.org/qemu-devel/20221209093649.43738-1-philmd@linaro.org/
"Restrict page_collection structure to system TB maintainance"



reply via email to

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