VirtualBox

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


Ignore:
Timestamp:
Mar 4, 2025 1:38:06 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167813
Message:

VMM/GIC: bugref:10404 Saved-state bits.

File:
1 edited

Legend:

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

    r108427 r108439  
    230230    /** Interrupt priorities. */
    231231    uint8_t                     abIntrPriority[96];
    232     /** Flag indicating register write pending (GICR_CTLR.RWP). */
    233     bool                        fRegWritePending;
    234232#else
    235233    /** Interrupt Group 0 Register. */
     
    254252    /** The control register (ICC_CTLR_EL1). */
    255253    uint64_t                    uIccCtlr;
    256     /** Flag whether group 0 interrupts are currently enabled. */
    257     bool                        fIrqGrp0Enabled;
    258     /** Flag whether group 1 interrupts are currently enabled. */
    259     bool                        fIrqGrp1Enabled;
     254    /** The running priorities caused by preemption. */
     255    uint8_t                     abRunningPriorities[256];
     256    /** The index to the current running priority. */
     257    uint8_t                     idxRunningPriority;
    260258    /** The current interrupt priority, only interrupts with a higher priority get signalled. */
    261259    uint8_t                     bInterruptPriority;
     
    264262    /** The interrupt controller Binary Point Register for Group 1 interrupts. */
    265263    uint8_t                     bBinaryPointGrp1;
    266     /** The running priorities caused by preemption. */
    267     uint8_t                     abRunningPriorities[256];
    268     /** The index to the current running priority. */
    269     uint8_t                     idxRunningPriority;
     264    /** Flag whether group 0 interrupts are currently enabled. */
     265    bool                        fIrqGrp0Enabled;
     266    /** Flag whether group 1 interrupts are currently enabled. */
     267    bool                        fIrqGrp1Enabled;
    270268    /** @} */
    271269
Note: See TracChangeset for help on using the changeset viewer.

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