VirtualBox

Changeset 60695 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 25, 2016 5:45:33 PM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: Fuzzy saved-state generation and logging for testing compatibility. Helped find an error
with invalid TPR (invalid shift) while restoring old saved-state with the new APIC code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/APICInternal.h

    r60689 r60695  
    113113/** TPR - Gets the task-priority subclass. */
    114114#define XAPIC_TPR_GET_TP_SUBCLASS(a_Tpr)     ((a_Tpr) & XAPIC_TPR_TP_SUBCLASS)
    115 /** TPR - Gets the TPR from its 32-bit register. */
    116 #define XAPIC_TPR_GET_TPR_FROM_U32(a_32Tpr)  (((a_32Tpr) >> 24) & XAPIC_TPR)
    117115
    118116/** PPR - Valid bits. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette