VirtualBox

Changeset 93830 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Feb 17, 2022 4:56:18 PM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
150032
Message:

VMM/CPUM: Add some helpers for NEM to activate the hyper or guest debug state respectively without loading the host's DRx registers which doesn't work from ring-3 anyway, bugref:9044

File:
1 edited

Legend:

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

    r93518 r93830  
    27262726/** Pointer to CPUMR3DbGetEntryByName. */
    27272727typedef DECLCALLBACKPTR(PCCPUMDBENTRY, PFNCPUMDBGETENTRYBYNAME, (const char *pszName));
     2728
     2729VMMR3_INT_DECL(void)    CPUMR3NemActivateGuestDebugState(PVMCPUCC pVCpu);
     2730VMMR3_INT_DECL(void)    CPUMR3NemActivateHyperDebugState(PVMCPUCC pVCpu);
    27282731/** @} */
    27292732#endif /* IN_RING3 */
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