- Timestamp:
- Mar 15, 2017 10:06:38 AM (8 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r66103 r66105 3229 3229 otherwise VMM falls back to raw mode */ 3230 3230 && fHMEnabled /* HwVirt needs to be enabled in VM config */) 3231 3231 InsertConfigInteger(pCfg, "PciPref64Enabled", 1); 3232 3232 } 3233 3233 InsertConfigInteger(pCfg, "HostBusPciAddress", uHbcPCIAddress); -
trunk/src/VBox/Main/webservice/vboxweb.cpp
r65103 r66105 875 875 exit(RTEXITCODE_FAILURE); 876 876 } 877 #endif 877 #endif 878 878 879 879 // set up gSOAP
Note:
See TracChangeset
for help on using the changeset viewer.