mbox series

[0/3] softmmu: Use async_run_on_cpu in tcg_commit

Message ID 20230826232415.80233-1-richard.henderson@linaro.org
Headers show
Series softmmu: Use async_run_on_cpu in tcg_commit | expand

Message

Richard Henderson Aug. 26, 2023, 11:24 p.m. UTC
This seems like something that simply hasn't been updated for MTTCG,
since the last functional change appears to be:

commit 79e2b9aeccedbfde762b05da662132c7fda292be
Author: Paolo Bonzini <pbonzini@redhat.com>
Date:   Wed Jan 21 12:09:14 2015 +0100

    exec: RCUify AddressSpaceDispatch

and the MTTCG work starts to appear in September 2015.


r~


Richard Henderson (3):
  softmmu: Assert data in bounds in iotlb_to_section
  softmmu: Use async_run_on_cpu in tcg_commit
  softmmu: Remove cpu_reloading_memory_map as unused

 include/exec/cpu-common.h   |  1 -
 accel/tcg/cpu-exec-common.c | 30 ----------------------
 softmmu/physmem.c           | 50 +++++++++++++++++++++++++++----------
 3 files changed, 37 insertions(+), 44 deletions(-)