diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-07-01 07:08:59 -0400 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-07-01 07:08:59 -0400 |
commit | 36b68d360a7a893ba126d6ea6c1799e0b0726362 (patch) | |
tree | 992ebbf5440209cf688f9244e271fece00e4e209 /Documentation/virt | |
parent | d74669ebaeb6e5c786b939dc8c48cf7db9d44c84 (diff) | |
parent | 63e2f55cabedf8a7ede928f7cf3ab028af44b9e9 (diff) | |
download | linux-stable-36b68d360a7a893ba126d6ea6c1799e0b0726362.tar.gz linux-stable-36b68d360a7a893ba126d6ea6c1799e0b0726362.tar.bz2 linux-stable-36b68d360a7a893ba126d6ea6c1799e0b0726362.zip |
Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEAD
KVM x86 changes for 6.5:
* Move handling of PAT out of MTRR code and dedup SVM+VMX code
* Fix output of PIC poll command emulation when there's an interrupt
* Add a maintainer's handbook to document KVM x86 processes, preferred coding
style, testing expectations, etc.
* Misc cleanups
Diffstat (limited to 'Documentation/virt')
-rw-r--r-- | Documentation/virt/kvm/x86/mmu.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/virt/kvm/x86/mmu.rst b/Documentation/virt/kvm/x86/mmu.rst index 8364afa228ec..26f62034b6f3 100644 --- a/Documentation/virt/kvm/x86/mmu.rst +++ b/Documentation/virt/kvm/x86/mmu.rst @@ -205,7 +205,7 @@ Shadow pages contain the following information: role.passthrough: The page is not backed by a guest page table, but its first entry points to one. This is set if NPT uses 5-level page tables (host - CR4.LA57=1) and is shadowing L1's 4-level NPT (L1 CR4.LA57=1). + CR4.LA57=1) and is shadowing L1's 4-level NPT (L1 CR4.LA57=0). gfn: Either the guest page table containing the translations shadowed by this page, or the base page frame for linear translations. See role.direct. |