1. 15 10月, 2008 5 次提交
  2. 11 9月, 2008 1 次提交
  3. 27 7月, 2008 3 次提交
  4. 20 7月, 2008 11 次提交
  5. 26 6月, 2008 2 次提交
  6. 24 6月, 2008 1 次提交
    • A
      KVM: VMX: Fix host msr corruption with preemption enabled · a9b21b62
      Avi Kivity 提交于
      Switching msrs can occur either synchronously as a result of calls to
      the msr management functions (usually in response to the guest touching
      virtualized msrs), or asynchronously when preempting a kvm thread that has
      guest state loaded.  If we're unlucky enough to have the two at the same
      time, host msrs are corrupted and the machine goes kaput on the next syscall.
      
      Most easily triggered by Windows Server 2008, as it does a lot of msr
      switching during bootup.
      Signed-off-by: NAvi Kivity <avi@qumranet.com>
      a9b21b62
  7. 07 6月, 2008 2 次提交
  8. 04 5月, 2008 4 次提交
  9. 27 4月, 2008 11 次提交