Changeset 47991 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Aug 22, 2013 2:31:52 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88315
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r47841 r47991 988 988 /* HWVirtEx exclusive mode */ 989 989 BOOL fHMExclusive = true; 990 hrc = pMachine->GetHWVirtExProperty(HWVirtExPropertyType_Exclusive, &fHMExclusive);H();990 hrc = systemProperties->COMGETTER(ExclusiveHwVirt)(&fHMExclusive); H(); 991 991 InsertConfigInteger(pHM, "Exclusive", fHMExclusive); 992 992
Note:
See TracChangeset
for help on using the changeset viewer.