[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index
|
From: |
Anton Johansson |
|
Subject: |
Re: [PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index |
|
Date: |
Tue, 30 Jan 2024 14:11:25 +0100 |
On 30/01/24, Richard Henderson wrote:
> While the primary use of mmu_index is for the softmmu index for
> system-mode tcg, it has a secondary use in encoding cpu state for
> the page table walker, and thus depending on the target may also
> be used by memory_rw_debug with kvm et al.
>
> This is why I placed the hook in CPUClass not TCGCPUOps.
>
>
> r~
This is a welcome change, I'll drop my cpu_mmu_index changes and rebase
on this.
Thanks!:)
//Anton
- [PATCH 32/33] include/exec: Implement cpu_mmu_index generically, (continued)
- [PATCH 32/33] include/exec: Implement cpu_mmu_index generically, Richard Henderson, 2024/01/29
- [PATCH 30/33] target/tricore: Populate CPUClass.mmu_index, Richard Henderson, 2024/01/29
- [PATCH 26/33] target/s390x: Split out s390x_env_mmu_index, Richard Henderson, 2024/01/29
- [PATCH 31/33] target/xtensa: Populate CPUClass.mmu_index, Richard Henderson, 2024/01/29
- [PATCH 33/33] include/exec: Change cpu_mmu_index argument to CPUState, Richard Henderson, 2024/01/29
- Re: [PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index, Philippe Mathieu-Daudé, 2024/01/30
- Re: [PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index,
Anton Johansson <=