VirtualBox

Changeset 107031 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 18, 2024 3:00:29 PM (5 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165975
Message:

VMM/CPUM-armv8: Allow reading/writing the debug control/value registers through CPUMQueryGuestSysReg/CPUMSetGuestSysReg, bugreef:10393

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/cpum-armv8.h

    r106567 r107031  
    6767    /** Write only register, all read attempts cause an exception. */
    6868    kCpumSysRegRdFn_WriteOnly,
     69    /** Read the value from the given offset from the beginning of CPUMGSTCTX. */
     70    kCpumSysRegRdFn_ReadCpumOff,
    6971
    7072    /** Read from a GICv3 PE ICC system register. */
     
    9597     * kCpumSysRegRdFn_Alias. */
    9698    kCpumSysRegWrFn_Alias,
     99    /** Write the value to the given offset from the beginning of CPUMGSTCTX. */
     100    kCpumSysRegWrFn_WriteCpumOff,
    97101
    98102    /** Write to a GICv3 PE ICC system register. */
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