• Avi Kivity's avatar
    KVM: MMU: Store nx bit for large page shadows · d55e2cb2
    Avi Kivity authored
    We need to distinguish between large page shadows which have the nx bit set
    and those which don't.  The problem shows up when booting a newer smp Linux
    kernel, where the trampoline page (which is in real mode, which uses the
    same shadow pages as large pages) is using the same mapping as a kernel data
    page, which is mapped using nx, causing kvm to spin on that page.
    Signed-off-by: default avatarAvi Kivity <avi@qumranet.com>
    d55e2cb2
paging_tmpl.h 13.2 KB