Changeset 54819 in vbox for trunk/src/VBox/VMM/include
- Timestamp:
- Mar 17, 2015 5:58:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99018
- Location:
- trunk/src/VBox/VMM/include
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/include/GIMInternal.h
r52772 r54819 21 21 #include <VBox/vmm/gim.h> 22 22 #include "GIMHvInternal.h" 23 #include "GIMKvmInternal.h" 23 24 #include "GIMMinimalInternal.h" 24 25 … … 73 74 { 74 75 GIMHV Hv; 75 76 /** @todo KVM and others. */ 76 GIMKVM Kvm; 77 77 } u; 78 78 } GIM; … … 86 86 typedef struct GIMCPU 87 87 { 88 union 89 { 90 GIMKVMCPU KvmCpu; 91 } u; 88 92 } GIMCPU; 89 93 /** Pointer to GIM VMCPU instance data. */
Note:
See TracChangeset
for help on using the changeset viewer.