VirtualBox

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


Ignore:
Timestamp:
Apr 11, 2023 12:32:33 AM (22 months ago)
Author:
vboxsync
Message:

VMM/NEM-win: Disable MONITOR/MWAIT CPUID flag as it seems Hyper-V never implements MONITOR and only sometimes MWAIT. Reportely causes troubles for Solaris guests. Untested!

File:
1 edited

Legend:

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

    r99051 r99370  
    623623
    624624#ifdef IN_RING3
     625
     626int     nemR3DisableCpuIsaExt(PVM pVM, const char *pszIsaExt);
     627
    625628int     nemR3NativeInit(PVM pVM, bool fFallback, bool fForced);
    626629int     nemR3NativeInitAfterCPUM(PVM pVM);
     
    667670 */
    668671DECLHIDDEN(bool) nemR3NativeNotifyDebugEventChangedPerCpu(PVM pVM, PVMCPU pVCpu, bool fUseDebugLoop);
    669 #endif
     672
     673#endif /* IN_RING3 */
    670674
    671675void    nemHCNativeNotifyHandlerPhysicalRegister(PVMCC pVM, PGMPHYSHANDLERKIND enmKind, RTGCPHYS GCPhys, RTGCPHYS cb);
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