diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2023-12-22 09:48:35 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-02-28 00:23:39 +0100 |
commit | b5a9de3259f4c791bde2faff086dd5737625e41e (patch) | |
tree | 6d339ae782c555d2edca66665df9108111c850d9 /include | |
parent | a28fe7dc1939333c81b895cdced81c69eb7c5ad0 (diff) |
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>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions