Changeset 19997 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- May 25, 2009 12:57:14 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 47706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWVMXR0.cpp
r19996 r19997 2184 2184 AssertRC(rc); 2185 2185 /* The TPR can be found at offset 0x80 in the APIC mmio page. */ 2186 pV M->hwaccm.s.vmx.pAPIC[0x80] = u8TPR << 4; /* bits 7-4 contain the task priority */2186 pVCpu->hwaccm.s.vmx.pVAPIC[0x80] = u8TPR << 4; /* bits 7-4 contain the task priority */ 2187 2187 2188 2188 /* Two options here: … … 2384 2384 if (fSyncTPR) 2385 2385 { 2386 rc = PDMApicSetTPR(pVM, pV M->hwaccm.s.vmx.pAPIC[0x80] >> 4);2386 rc = PDMApicSetTPR(pVM, pVCpu->hwaccm.s.vmx.pVAPIC[0x80] >> 4); 2387 2387 AssertRC(rc); 2388 2388 }
Note:
See TracChangeset
for help on using the changeset viewer.