mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
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:4a1e9d4d11
("target/i386: Use atomic operations for pte updates", 2022-10-18) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> (cherry picked from commitb5a9de3259
) Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>