On 4/1/25 01:09, Philippe Mathieu-Daudé wrote:
mmu_index() is specific to TCG SoftMMU,
moveCPUClass::mmu_index() toTCGCPUOps::mmu_index().
Philippe Mathieu-Daudé (24):
hw/core/cpu: UpdateCPUClass::mmu_index docstring
accel/tcg: IntroduceTCGCPUOps::mmu_index() callback
target/alpha: Rest
On 4/1/25 03:09, Philippe Mathieu-Daudé wrote:
mmu_index() is specific to TCG SoftMMU,
moveCPUClass::mmu_index() toTCGCPUOps::mmu_index().
Philippe Mathieu-Daudé (24):
hw/core/cpu: UpdateCPUClass::mmu_index docstring
accel/tcg: IntroduceTCGCPUOps::mmu_index() callback
target/alpha: Rest
mmu_index() is specific to TCG SoftMMU,
move CPUClass::mmu_index() to TCGCPUOps::mmu_index().
Philippe Mathieu-Daudé (24):
hw/core/cpu: Update CPUClass::mmu_index docstring
accel/tcg: Introduce TCGCPUOps::mmu_index() callback
target/alpha: Restrict SoftMMU mmu_index() to TCG
target/arm: Re