Changeset 22036 in vbox
- Timestamp:
- Aug 6, 2009 2:58:09 PM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/hwacc_vmx.h
r21217 r22036 378 378 VMX_FLUSH_32BIT_HACK = 0x7fffffff 379 379 } VMX_FLUSH; 380 /** @} */ 381 382 /** @name MSR load/store elements 383 * @{ 384 */ 385 #pragma pack(1) 386 typedef struct 387 { 388 uint32_t u32IndexMSR; 389 uint32_t u32Reserved; 390 uint64_t u64Value; 391 } VMXMSR; 392 #pragma pack() 393 /** Pointer to an MSR load/store element. */ 394 typedef VMXMSR *PVMXMSR; 395 /** Pointer to a const MSR load/store element. */ 396 typedef const VMXMSR *PCVMXMSR; 380 397 381 398 /** @} */ -
trunk/include/VBox/vm.h
r21986 r22036 143 143 struct HWACCMCPU s; 144 144 #endif 145 char padding[ 5120]; /* multiple of 64 */145 char padding[6144]; /* multiple of 64 */ 146 146 } hwaccm; 147 147
Note:
See TracChangeset
for help on using the changeset viewer.