Re: [PATCH] target/i386: Fix legacy page table walk
On 06/11/2024 15:43, Alexander Graf wrote: Commit b56617bbcb4 ("target/i386: Walk NPT in guest real mode") added logic to run the page table walker even in real mode if we are in NPT mode. That function then determined whether real mode or paging is active based on whether the pg_mode variable
Re: [PATCH] target/i386: Fix legacy page table walk
Queued, thanks. Paolo