Re: [PATCH v2 00/21] softmmu: Make various objects target agnostic

2022-02-04 Thread Paolo Bonzini
On 2/3/22 20:17, Philippe Mathieu-Daudé via wrote: This is a re-org accel/ and softmmu/ to have more target-agnostic objects. Neat! vl.c in particular bothered me. Reviewed-by: Paolo Bonzini Paolo Since RFC: - Rework accel/meson (Richard) - Use vaddr in cpu_memory_rw_debug (Richard) - Int

[PATCH v2 00/21] softmmu: Make various objects target agnostic

2022-02-03 Thread Philippe Mathieu-Daudé via
This is a re-org accel/ and softmmu/ to have more target-agnostic objects. Since RFC: - Rework accel/meson (Richard) - Use vaddr in cpu_memory_rw_debug (Richard) - Introduce CONFIG_HAX_IS_POSSIBLE (Richard) - Introduce AccelOpsClass::cpu_thread_is_idle (Richard) - Introduce AccelOpsClass::cpus_are