1. 04 2月, 2015 1 次提交
    • W
      KVM: nVMX: Prepare for using hardware MSR bitmap · 3af18d9c
      Wincy Van 提交于
      Currently, if L1 enables MSR_BITMAP, we will emulate this feature, all
      of L2's msr access is intercepted by L0.  Features like "virtualize
      x2apic mode" require that the MSR bitmap is enabled, or the hardware
      will exit and for example not virtualize the x2apic MSRs.  In order to
      let L1 use these features, we need to build a merged bitmap that only
      not cause a VMEXIT if 1) L1 requires that 2) the bit is not required by
      the processor for APIC virtualization.
      
      For now the guests are still run with MSR bitmap disabled, but this
      patch already introduces nested_vmx_merge_msr_bitmap for future use.
      Signed-off-by: NWincy Van <fanwenyi0529@gmail.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      3af18d9c
  2. 03 2月, 2015 2 次提交
  3. 30 1月, 2015 6 次提交
  4. 29 1月, 2015 5 次提交
  5. 28 1月, 2015 2 次提交
  6. 26 1月, 2015 7 次提交
  7. 23 1月, 2015 17 次提交