Hello,
during a page table walk of TCG+SVM the code in target/i386/excp_helper.c
get_hphys() uses the cr4 register of the guest instead of the hypervisor to
check for the PSE bit. In the test case we have, the guest have not enabled
(yet) the PSE bit and so the page table walk results in a wron
On 29/06/20 15:25, Alexander Boettcher wrote:
> Hello,
>
> during a page table walk of TCG+SVM the code in target/i386/excp_helper.c
> get_hphys() uses the cr4 register of the guest instead of the hypervisor to
> check for the PSE bit. In the test case we have, the guest have not enabled
> (yet