Changeset 61075 in vbox for trunk/src/VBox/VMM
- Timestamp:
- May 20, 2016 3:37:00 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 107342
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/APICAll.cpp
r61074 r61075 2065 2065 /* 2066 2066 * The APIC ID needs updating when entering x2APIC mode. 2067 * Software written APIC ID in xAPIC mode isn't prese ved.2067 * Software written APIC ID in xAPIC mode isn't preserved. 2068 2068 * The APIC ID becomes read-only to software in x2APIC mode. 2069 2069 * … … 2653 2653 2654 2654 /** 2655 * De queues a pending interrupt from in-service.2655 * De-queues a pending interrupt from in-service. 2656 2656 * 2657 2657 * This undoes APICQueueInterruptToService() for premature VM-exits before event … … 2659 2659 * 2660 2660 * @param pVCpu The cross context virtual CPU structure. 2661 * @param u8PendingIntr The pending interrupt to de queue from2661 * @param u8PendingIntr The pending interrupt to de-queue from 2662 2662 * in-service. 2663 2663 */ -
trunk/src/VBox/VMM/VMMR3/APIC.cpp
r61072 r61075 284 284 /* 285 285 * The APIC version register is read-only, so just initialize it here. 286 * It is not clear from the specs, where exactly it is init alized.286 * It is not clear from the specs, where exactly it is initialized. 287 287 * The version determines the number of LVT entries and size of the APIC ID (8 bits for P4). 288 288 */
Note:
See TracChangeset
for help on using the changeset viewer.