Changeset 14905 in vbox for trunk/src/VBox
- Timestamp:
- Dec 2, 2008 2:39:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r14901 r14905 701 701 if (fEnable) 702 702 { 703 printf("calling host_vmxon\n");704 703 rc = host_vmxon(false /* exclusive */); 705 printf("host_vmxon: %d\n", rc);706 704 if (rc == 42) 707 705 rc = VERR_NOT_SUPPORTED; … … 721 719 else 722 720 { 723 printf("calling host_vmxoff\n");724 721 host_vmxoff(); 725 printf("host_vmxoff returned\n");726 722 AssertReturn(!g_fWeakHostVmxOnOff, VERR_NOT_SUPPORTED); 727 723 rc = VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.