commit | 0573997713eb0a37ab98b545794e18b868b471ea | [log] [tgz] |
---|---|---|
author | Philippe Mathieu-Daudé <philmd@linaro.org> | Tue Apr 04 11:14:58 2023 +0200 |
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | Wed Jun 28 14:27:59 2023 +0200 |
tree | 660734e8d6763952abf9a9b1d268fd37b0e5e198 | |
parent | cf43b5b69c0f4acee52e3648b88f4a0bf3de770b [diff] |
target/ppc: Restrict KVM-specific fields from ArchCPU 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é <philmd@linaro.org> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Message-Id: <20230624192645.13680-1-philmd@linaro.org>