Re: [PATCH] target-i386: Walk NPT in guest real mode

2024-09-19 Thread Richard Henderson
On 8/27/24 15:58, Alexander Graf wrote: When translating virtual to physical address with a guest CPU that supports nested paging (NPT), we need to perform every page table walk access indirectly through the NPT, which we correctly do. However, we treat real mode (no page table walk) special: In

[PATCH] target-i386: Walk NPT in guest real mode

2024-08-27 Thread Alexander Graf
When translating virtual to physical address with a guest CPU that supports nested paging (NPT), we need to perform every page table walk access indirectly through the NPT, which we correctly do. However, we treat real mode (no page table walk) special: In that case, we currently just skip any wal