[PATCH 0/4] accel/tcg: Stubs cleanups

Philippe Mathieu-Daudé posted 4 patches 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230914195229.78244-1-philmd@linaro.org
Maintainers: Richard Henderson <richard.henderson@linaro.org>, Paolo Bonzini <pbonzini@redhat.com>, Eduardo Habkost <eduardo@habkost.net>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Yanan Wang <wangyanan55@huawei.com>, "Alex Bennée" <alex.bennee@linaro.org>, Daniel Henrique Barboza <danielhb413@gmail.com>, "Cédric Le Goater" <clg@kaod.org>, David Gibson <david@gibson.dropbear.id.au>, Greg Kurz <groug@kaod.org>, Harsh Prateek Bora <harshpb@linux.ibm.com>
include/exec/exec-all.h |  1 -
accel/stubs/tcg-stub.c  | 12 ------------
accel/tcg/cputlb.c      |  2 +-
cpu.c                   | 15 +++++++++------
gdbstub/softmmu.c       |  5 ++++-
hw/ppc/spapr_hcall.c    |  2 +-
6 files changed, 15 insertions(+), 22 deletions(-)
[PATCH 0/4] accel/tcg: Stubs cleanups
Posted by Philippe Mathieu-Daudé 8 months ago
- Remove unused stubs,
- Guard with tcg_enabled() and remove more,
- Reduce tlb_set_dirty() scope?

Philippe Mathieu-Daudé (4):
  accel/tcg: Remove tlb_set_dirty() stub
  accel/tcg: Remove unused tcg_flush_jmp_cache() stub
  accel/tcg: Guard tb_flush() with tcg_enabled() and remove the stub
  accel/tcg: Keep tlb_set_dirty() internal

 include/exec/exec-all.h |  1 -
 accel/stubs/tcg-stub.c  | 12 ------------
 accel/tcg/cputlb.c      |  2 +-
 cpu.c                   | 15 +++++++++------
 gdbstub/softmmu.c       |  5 ++++-
 hw/ppc/spapr_hcall.c    |  2 +-
 6 files changed, 15 insertions(+), 22 deletions(-)

-- 
2.41.0