VirtualBox

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


Ignore:
Timestamp:
Jun 7, 2023 5:54:44 PM (22 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157795
Message:

VMM/NEMR3Native-darwin-armv8: Some basic PSCI implementation required to boot secondary CPUs + fixes the vTimer offset implementation for SMP support, bugref:10454, bugref:10390

File:
1 edited

Legend:

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

    r99976 r100102  
    291291    /** The counter frequency in Hz as obtained from CNTFRQ_EL0. */
    292292    uint64_t                    u64CntFrqHz;
    293     /** The CNTVCT_EL0 value after the VM was resumed. */
    294     uint64_t                    u64VTimerValuePaused;
     293    /** The vTimer offset programmed. */
     294    uint64_t                    u64VTimerOff;
    295295    /** @} */
    296296# else
     
    493493    /** Flag whether to update the vTimer offset. */
    494494    bool                        fVTimerOffUpdate;
    495     /** The vTimer offset programmed. */
    496     uint64_t                    u64VTimerOff;
    497495# else
    498496    /** The vCPU handle associated with the EMT executing this vCPU. */
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