Changeset 48208 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Aug 30, 2013 10:05:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88598
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPDrv.c
r48152 r48208 3367 3367 3368 3368 /** 3369 * Qu ries the AMD-V and VT-x capabilities of the calling CPU.3369 * Queries the AMD-V and VT-x capabilities of the calling CPU. 3370 3370 * 3371 3371 * @returns VBox status code. … … 3419 3419 ) 3420 3420 { 3421 VMX _CAPABILITY vtCaps;3421 VMXCAPABILITY vtCaps; 3422 3422 3423 3423 *pfCaps |= SUPVTCAPS_VT_X;
Note:
See TracChangeset
for help on using the changeset viewer.