Changeset 65137 in vbox
- Timestamp:
- Jan 5, 2017 8:04:34 AM (8 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r65136 r65137 960 960 PVMCPU pVCpu = &pVM->aCpus[i]; 961 961 VMXLOCAL_INIT_VMCPU_MEMOBJ(Vmcs, pv); 962 VMXLOCAL_INIT_VMCPU_MEMOBJ(VirtApic, pb);963 962 VMXLOCAL_INIT_VMCPU_MEMOBJ(MsrBitmap, pv); 964 963 VMXLOCAL_INIT_VMCPU_MEMOBJ(GuestMsr, pv); -
trunk/src/VBox/VMM/include/HMInternal.h
r62478 r65137 752 752 /** Physical address of the virtual APIC page for TPR caching. */ 753 753 RTHCPHYS HCPhysVirtApic; 754 /** R0 memory object for the virtual APIC page for TPR caching. */755 R TR0MEMOBJ hMemObjVirtApic;754 /** Padding. */ 755 R0PTRTYPE(void *) pvAlignment0; 756 756 /** Virtual address of the virtual APIC page for TPR caching. */ 757 757 R0PTRTYPE(uint8_t *) pbVirtApic;
Note:
See TracChangeset
for help on using the changeset viewer.