Re: [PATCH-for-10.1 01/24] hw/core/cpu: Update CPUClass::mmu_index docstring

2025-04-05 Thread Richard Henderson
On 4/1/25 01:09, Philippe Mathieu-Daudé wrote: Since commits 32a8ea12fab..90b7022e698 (target: "Split out TARGET_env_mmu_index"), target's memory_rw_debug() callbacks use the target's TARGET_env_mmu_index(), not the generic CPUClass::mmu_index() callback. Update the documentation. Signed-off-by:

[PATCH-for-10.1 01/24] hw/core/cpu: Update CPUClass::mmu_index docstring

2025-04-01 Thread Philippe Mathieu-Daudé
Since commits 32a8ea12fab..90b7022e698 (target: "Split out TARGET_env_mmu_index"), target's memory_rw_debug() callbacks use the target's TARGET_env_mmu_index(), not the generic CPUClass::mmu_index() callback. Update the documentation. Signed-off-by: Philippe Mathieu-Daudé --- include/hw/core/cpu