Changeset 22037 in vbox for trunk/include
- Timestamp:
- Aug 6, 2009 3:27:25 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50775
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vm.h
r22036 r22037 692 692 uint32_t offVMCPU; 693 693 694 /** Maximum CPUID leaf, exposed to this VM. */ 695 uint32_t cCpuidLeafs; 696 694 697 /** Reserved; alignment. */ 695 uint32_t u32Reserved[ 6];698 uint32_t u32Reserved[5]; 696 699 697 700 /** @name Public VMM Switcher APIs … … 1001 1004 1002 1005 #endif 1003 -
trunk/include/VBox/vm.mac
r19454 r22037 59 59 .cbSelf resd 1 60 60 .offVMCPU resd 1 61 .u32Reserved resd 6 61 .cCpuidLeafs resd 1 62 .u32Reserved resd 5 62 63 63 64 .pfnVMMGCGuestToHostAsmGuestCtx RTRCPTR_RES 1
Note:
See TracChangeset
for help on using the changeset viewer.