[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG

Philippe Mathieu-Daudé posted 5 patches 2 weeks, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230915190009.68404-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>, Marcelo Tosatti <mtosatti@redhat.com>
accel/tcg/internal.h      |  3 +++
include/exec/cpu-all.h    |  2 --
include/qemu/accel.h      | 12 ++++++++++--
accel/accel-common.c      | 27 ++++++++++++++++++++++++---
accel/tcg/cpu-exec.c      |  4 +++-
accel/tcg/tcg-all.c       |  2 ++
cpu.c                     | 13 +++----------
target/i386/kvm/kvm-cpu.c |  2 +-
8 files changed, 46 insertions(+), 19 deletions(-)
[PATCH 0/5] accel: Restrict tcg_exec_[un]realizefn() to TCG
Posted by Philippe Mathieu-Daudé 2 weeks, 2 days ago
- Add missing accel_cpu_unrealize()
- Add AccelClass::[un]realize_cpu handlers
- Use tcg_exec_[un]realizefn as AccelClass handlers

Philippe Mathieu-Daudé (5):
  accel: Rename accel_cpu_realizefn() ->  accel_cpu_realize()
  accel: Introduce accel_cpu_unrealize() stub
  accel: Declare AccelClass::[un]realize_cpu() handlers
  accel/tcg: Have tcg_exec_realizefn() return a boolean
  accel/tcg: Restrict tcg_exec_[un]realizefn() to TCG

 accel/tcg/internal.h      |  3 +++
 include/exec/cpu-all.h    |  2 --
 include/qemu/accel.h      | 12 ++++++++++--
 accel/accel-common.c      | 27 ++++++++++++++++++++++++---
 accel/tcg/cpu-exec.c      |  4 +++-
 accel/tcg/tcg-all.c       |  2 ++
 cpu.c                     | 13 +++----------
 target/i386/kvm/kvm-cpu.c |  2 +-
 8 files changed, 46 insertions(+), 19 deletions(-)

-- 
2.41.0