commit | 5f97afe2543f09160a8d123ab6e2e8c6d98fa9ce | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Jan 02 15:36:51 2024 +0100 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Feb 28 00:23:39 2024 +0100 |
tree | ad5336130abb7c01f4ce33b6eb01ac69d7ba9551 | |
parent | d09c79010ffd880dc69e7a21e3cfdef90b928fb8 [diff] |
target/i386: introduce function to query MMU indices Remove knowledge of specific MMU indexes (other than MMU_NESTED_IDX and MMU_PHYS_IDX) from mmu_translate(). This will make it possible to split 32-bit and 64-bit MMU indexes. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>