1. 08 12月, 2009 23 次提交
  2. 07 12月, 2009 1 次提交
    • J
      kvm: x86: Fix initial kvm_has_msr_star · 6fb6d245
      Jan Kiszka 提交于
      KVM_GET_MSR_INDEX_LIST returns -E2BIG when the provided space is too
      small for all MSRs. But this is precisely the error we trigger with the
      initial request in order to obtain that size. Do not fail in that case.
      
      This caused a subtle corruption of the guest state as MSR_STAR was not
      properly saved/restored. The corruption became visible with latest kvm
      optimizing the MSR updates.
      Signed-off-by: NJan Kiszka <jan.kiszka@siemens.com>
      Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
      6fb6d245
  3. 06 12月, 2009 13 次提交
  4. 05 12月, 2009 3 次提交