VirtualBox

Changeset 80506 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2019 6:26:14 AM (5 years ago)
Author:
vboxsync
Message:

VMM/CPUM: Nested VMX: bugref:9180 Expose "Acknowledge interrupt on exit" to guests. Is a requirement when KVM needs to work as the nested hypervisor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/CPUM.cpp

    r80387 r80506  
    19101910    EmuFeat.fVmxExitSaveDebugCtls     = 1;
    19111911    EmuFeat.fVmxHostAddrSpaceSize     = 1;
    1912     EmuFeat.fVmxExitAckExtInt         = 0;
     1912    EmuFeat.fVmxExitAckExtInt         = 1;
    19131913    EmuFeat.fVmxExitSavePatMsr        = 0;
    19141914    EmuFeat.fVmxExitLoadPatMsr        = 0;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette