Changeset 63648 in vbox for trunk/include/VBox
- Timestamp:
- Aug 26, 2016 11:44:40 AM (8 years ago)
- Location:
- trunk/include/VBox/vmm
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/gim.h
r62890 r63648 175 175 VMMR3_INT_DECL(int) GIMR3Init(PVM pVM); 176 176 VMMR3_INT_DECL(int) GIMR3InitCompleted(PVM pVM); 177 VMMR3_INT_DECL(void) GIMR3Relocate(PVM pVM, RTGCINTPTR offDelta); 177 178 VMMR3_INT_DECL(int) GIMR3Term(PVM pVM); 178 179 VMMR3_INT_DECL(void) GIMR3Reset(PVM pVM); -
trunk/include/VBox/vmm/vm.h
r62476 r63648 229 229 struct GIMCPU s; 230 230 #endif 231 uint8_t padding[ 256]; /* multiple of 64 */231 uint8_t padding[512]; /* multiple of 64 */ 232 232 } gim; 233 233 … … 254 254 255 255 /** Align the following members on page boundary. */ 256 uint8_t abAlignment2[3 448];256 uint8_t abAlignment2[3192]; 257 257 258 258 /** PGM part. */ -
trunk/include/VBox/vmm/vm.mac
r62476 r63648 70 70 .iom resb 512 71 71 .dbgf resb 256 72 .gim resb 25672 .gim resb 512 73 73 .apic resb 768 74 74
Note:
See TracChangeset
for help on using the changeset viewer.