|
From: | Michael Tokarev |
Subject: | Re: [PATCH 1/5] target/i386: mask high bits of CR3 in 32-bit mode |
Date: | Thu, 18 Jan 2024 11:04:25 +0300 |
User-agent: | Mozilla Thunderbird |
22.12.2023 20:59, Paolo Bonzini:
CR3 bits 63:32 are ignored in 32-bit mode (either legacy 2-level paging or PAE paging). Do this in mmu_translate() to remove the last where get_physical_address() meaningfully drops the high bits of the address. Cc: qemu-stable@nongnu.org Suggested-by: Richard Henderson <richard.henderson@linaro.org> Fixes: 4a1e9d4d11c ("target/i386: Use atomic operations for pte updates", 2022-10-18) Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Ping? Can we get this patch set to master before Jan-27? Thanks, /mjt
[Prev in Thread] | Current Thread | [Next in Thread] |