mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-21 17:41:25 +00:00
84ad33ef5d
When EPT is enabled, we cannot emulate EFER.NX=0 through the shadow page tables. This causes accesses through ptes with bit 63 set to succeed instead of failing a reserved bit check. Signed-off-by: Avi Kivity <avi@redhat.com>