1. 11 10月, 2007 1 次提交
  2. 20 7月, 2007 1 次提交
    • A
      i386: Allow KVM on i386 nonpae · 2d9ce177
      Avi Kivity 提交于
      Currently, CONFIG_X86_CMPXCHG64 both enables boot-time checking of
      the cmpxchg64b feature and enables compilation of the set_64bit() family.
      Since the option is dependent on PAE, and since KVM depends on set_64bit(),
      this effectively disables KVM on i386 nopae.
      
      Simplify by removing the config option altogether: the boot check is made
      dependent on CONFIG_X86_PAE directly, and the set_64bit() family is exposed
      without constraints.  It is up to users to check for the feature flag (KVM
      does not as virtualiation extensions imply its existence).
      Signed-off-by: NAvi Kivity <avi@qumranet.com>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      2d9ce177
  3. 13 7月, 2007 2 次提交
  4. 03 5月, 2007 1 次提交
    • A
      [PATCH] i386: Verify important CPUID bits in real mode · c7f81c94
      Andi Kleen 提交于
      Check some CPUID bits that are needed for compiler generated early in boot.
      When the system is still in real mode before changing the VESA BIOS mode
      it is possible to still display an visible error message on the screen.
      
      Similar to x86-64.
      
      Includes cleanups from Eric Biederman
      Signed-off-by: NAndi Kleen <ak@suse.de>
      c7f81c94