Re: [PATCH v2] target/ppc: Restrict KVM-specific fields from ArchCPU

2023-06-25 Thread Nicholas Piggin
On Sun Jun 25, 2023 at 5:26 AM AEST, Philippe Mathieu-Daudé wrote: > The 'kvm_sw_tlb' and 'tlb_dirty' fields introduced in commit > 93dd5e852c ("kvm: ppc: booke206: use MMU API") are specific > to KVM and shouldn't be accessed when it is not available. Reviewed-by: Nicholas Piggin > >

[PATCH v2] target/ppc: Restrict KVM-specific fields from ArchCPU

2023-06-24 Thread Philippe Mathieu-Daudé
The 'kvm_sw_tlb' and 'tlb_dirty' fields introduced in commit 93dd5e852c ("kvm: ppc: booke206: use MMU API") are specific to KVM and shouldn't be accessed when it is not available. Signed-off-by: Philippe Mathieu-Daudé --- Since v1