VirtualBox

Changeset 108386 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Feb 26, 2025 9:14:34 AM (8 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167750
Message:

VMMR3/VMEmt.cpp,VMMR3/TM.cpp,VMMR3/NEMR3Native-win-armv8.cpp: Workaround for Windows/ARM hosts to allow for guests to use more than 1 vCPU, bugref:10392

File:
1 edited

Legend:

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

    r106061 r108386  
    7171VMMR3_INT_DECL(bool) NEMR3SetSingleInstruction(PVM pVM, PVMCPU pVCpu, bool fEnable);
    7272VMMR3_INT_DECL(void) NEMR3NotifyFF(PVM pVM, PVMCPU pVCpu, uint32_t fFlags);
     73#if defined(VBOX_VMM_TARGET_ARMV8) && defined(RT_OS_WINDOWS)
     74VMMR3_INT_DECL(int)  NEMR3Halt(PVM pVM, PVMCPU pVCpu);
     75#endif
    7376
    7477/**
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