Changeset 76678 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Jan 7, 2019 1:48:16 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127984
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0:104445,104938,104943,104950,104952-104953,104987-104988,104990,106453 9 9 /branches/VBox-5.1:112367,115992,116543,116550,116568,116573 10 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,12 5768,125779-125780,12581210 /branches/VBox-5.2:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124260,124263,124271,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 11 /branches/andy/draganddrop:90781-91268 12 12 /branches/andy/guestctrl20:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox
- Property svn:mergeinfo
-
old new 8 8 /branches/VBox-5.0/src/VBox:104938,104943,104950,104987-104988,104990,106453 9 9 /branches/VBox-5.1/src/VBox:112367,116543,116550,116568,116573 10 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,12 5768,125779-125780,12581210 /branches/VBox-5.2/src/VBox:119536,120083,120099,120213,120221,120239,123597-123598,123600-123601,123755,124263,124273,124277-124279,124284-124286,124288-124290,125768,125779-125780,125812 11 11 /branches/andy/draganddrop/src/VBox:90781-91268 12 12 /branches/andy/guestctrl20/src/VBox:78916,78930
-
- Property svn:mergeinfo
-
trunk/src/VBox/VMM/include/CPUMInternal.h
r76585 r76678 543 543 int cpumR3DbGetCpuInfo(const char *pszName, PCPUMINFO pInfo); 544 544 int cpumR3MsrRangesInsert(PVM pVM, PCPUMMSRRANGE *ppaMsrRanges, uint32_t *pcMsrRanges, PCCPUMMSRRANGE pNewRange); 545 int cpumR3MsrReconcileWithCpuId(PVM pVM); 545 546 int cpumR3MsrApplyFudge(PVM pVM); 546 547 int cpumR3MsrRegStats(PVM pVM); -
trunk/src/VBox/VMM/include/HMInternal.h
r76585 r76678 437 437 /** Set if indirect branch prediction barrier on VM entry. */ 438 438 bool fIbpbOnVmEntry; 439 /** Set if level 1 data cache should be flushed on VM entry. */ 440 bool fL1dFlushOnVmEntry; 441 /** Set if level 1 data cache should be flushed on EMT scheduling. */ 442 bool fL1dFlushOnSched; 439 443 /** Set if host manages speculation control settings. */ 440 444 bool fSpecCtrlByHost; 441 /** Explicit padding. */442 bool afPadding[2];443 445 444 446 /** Maximum ASID allowed. */
Note:
See TracChangeset
for help on using the changeset viewer.