On 1/24/24 20:16, Philippe Mathieu-Daudé wrote:
accel/tcg/ ought to be target agnostic. This series remove
some x86 code, addressing part of "Work still remains" from
Anjo's series:
https://lore.kernel.org/qemu-devel/20240119144024.14289-1-a...@rev.ng/

Based-on:<20240124075609.14756-1-phi...@linaro.org>
           "Move perf and debuginfo support to tcg"

Philippe Mathieu-Daudé (9):
   accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
   accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
   accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
   accel/tcg: Un-inline icount_exit_request() for clarity
   accel/tcg: Hoist CPUClass arg to functions with external linkage
   accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
   target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
   accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
   target/i386: Extract x86_cpu_exec_halt() from accel/tcg/

Queued, with patch 5 replaced with usage of cpu->cc.

r~

Reply via email to