Searched hist:b5a9de3259f4c791bde2faff086dd5737625e41e (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | excp_helper.c | diff decafac46bec616add565fcfa71ce0184850f79b Fri Dec 22 02:48:35 CST 2023 Paolo Bonzini <pbonzini@redhat.com> target/i386: leave the A20 bit set in the final NPT walk
The A20 mask is only applied to the final memory access. Nested page tables are always walked with the raw guest-physical address.
Unlike the previous patch, in this one the masking must be kept, but it was done too early.
Cc: qemu-stable@nongnu.org Fixes: 4a1e9d4d11c ("target/i386: Use atomic operations for pte updates", 2022-10-18) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> (cherry picked from commit b5a9de3259f4c791bde2faff086dd5737625e41e) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> diff b5a9de3259f4c791bde2faff086dd5737625e41e Fri Dec 22 02:48:35 CST 2023 Paolo Bonzini <pbonzini@redhat.com> target/i386: leave the A20 bit set in the final NPT walk
The A20 mask is only applied to the final memory access. Nested page tables are always walked with the raw guest-physical address.
Unlike the previous patch, in this one the masking must be kept, but it was done too early.
Cc: qemu-stable@nongnu.org Fixes: 4a1e9d4d11c ("target/i386: Use atomic operations for pte updates", 2022-10-18) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|