VirtualBox

Changeset 107801 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jan 16, 2025 12:23:19 AM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166943
Message:

VMM/NEM,Main: Feed the cpu bug mitigation parameters to both HM and NEM. jiraref:VBP-947

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImplConfigX86.cpp

    r107267 r107801  
    991991        InsertConfigNode(pRoot, "NEM", &pNEM);
    992992        InsertConfigInteger(pNEM, "Allow64BitGuests", fIsGuest64Bit);
     993
     994        InsertConfigInteger(pNEM, "IBPBOnVMExit", fIBPBOnVMExit);
     995        InsertConfigInteger(pNEM, "IBPBOnVMEntry", fIBPBOnVMEntry);
     996        InsertConfigInteger(pNEM, "L1DFlushOnSched", fL1DFlushOnSched);
     997        InsertConfigInteger(pNEM, "L1DFlushOnVMEntry", fL1DFlushOnVMEntry);
     998        InsertConfigInteger(pNEM, "MDSClearOnSched", fMDSClearOnSched);
     999        InsertConfigInteger(pNEM, "MDSClearOnVMEntry", fMDSClearOnVMEntry);
    9931000
    9941001        /*
Note: See TracChangeset for help on using the changeset viewer.

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