1. 30 1月, 2008 31 次提交
  2. 13 10月, 2007 3 次提交
  3. 21 7月, 2007 1 次提交
    • A
      KVM: MMU: Store nx bit for large page shadows · d55e2cb2
      Avi Kivity 提交于
      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: NAvi Kivity <avi@qumranet.com>
      d55e2cb2
  4. 16 7月, 2007 5 次提交