Changeset 36329 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Mar 21, 2011 4:47:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/vm.h
r36054 r36329 1013 1013 } cfgm; 1014 1014 1015 /** RAWPCIVM part. */ 1016 union 1017 { 1018 #ifdef ___VBox_rawpci_h 1019 struct RAWPCIVM s; 1020 #endif 1021 uint8_t padding[64]; /* multiple of 8 */ 1022 } rawpci; 1023 1015 1024 /** Padding for aligning the cpu array on a page boundary. */ 1016 uint8_t abAlignment2[1 502];1025 uint8_t abAlignment2[1438]; 1017 1026 1018 1027 /* ---- end small stuff ---- */
Note:
See TracChangeset
for help on using the changeset viewer.