VirtualBox

Ignore:
Timestamp:
Feb 26, 2025 4:41:49 PM (2 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
167763
Message:

VMM/GICR3Nem-win.cpp: Some preliminary saved state code in an attempt to get saved states working, the format is not final, bugref:10392

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp

    r108396 r108398  
    198198static decltype(WHvSuspendPartitionTime) *          g_pfnWHvSuspendPartitionTime;
    199199static decltype(WHvResumePartitionTime) *           g_pfnWHvResumePartitionTime;
    200 
    201 //static decltype(WHvGetVirtualProcessorState) *      g_pfnWHvGetVirtualProcessorState;
     200decltype(WHvGetVirtualProcessorState) *             g_pfnWHvGetVirtualProcessorState;
     201decltype(WHvSetVirtualProcessorState) *             g_pfnWHvSetVirtualProcessorState;
    202202decltype(WHvRequestInterrupt) *                     g_pfnWHvRequestInterrupt;
    203203/** @} */
     
    238238    NEM_WIN_IMPORT(0, false, WHvSuspendPartitionTime),
    239239    NEM_WIN_IMPORT(0, false, WHvResumePartitionTime),
    240 //    NEM_WIN_IMPORT(0, false, WHvGetVirtualProcessorState),
     240    NEM_WIN_IMPORT(0, false, WHvGetVirtualProcessorState),
     241    NEM_WIN_IMPORT(0, false, WHvSetVirtualProcessorState),
    241242    NEM_WIN_IMPORT(0, false, WHvRequestInterrupt),
    242243#undef NEM_WIN_IMPORT
     
    267268# define WHvSuspendPartitionTime                    g_pfnWHvSuspendPartitionTime
    268269# define WHvResumePartitionTime                     g_pfnWHvResumePartitionTime
    269 //# define WHvGetVirtualProcessorState                g_pfnWHvGetVirtualProcessorState
     270# define WHvGetVirtualProcessorState                g_pfnWHvGetVirtualProcessorState
     271# define WHvSetVirtualProcessorState                g_pfnWHvSetVirtualProcessorState
    270272# define WHvRequestInterrupt                        g_pfnWHvRequestInterrupt
    271273#endif
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