Changeset 108398 in vbox for trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
- Timestamp:
- Feb 26, 2025 4:41:49 PM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 167763
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/NEMR3Native-win-armv8.cpp
r108396 r108398 198 198 static decltype(WHvSuspendPartitionTime) * g_pfnWHvSuspendPartitionTime; 199 199 static decltype(WHvResumePartitionTime) * g_pfnWHvResumePartitionTime; 200 201 //static decltype(WHvGetVirtualProcessorState) * g_pfnWHvGetVirtualProcessorState;200 decltype(WHvGetVirtualProcessorState) * g_pfnWHvGetVirtualProcessorState; 201 decltype(WHvSetVirtualProcessorState) * g_pfnWHvSetVirtualProcessorState; 202 202 decltype(WHvRequestInterrupt) * g_pfnWHvRequestInterrupt; 203 203 /** @} */ … … 238 238 NEM_WIN_IMPORT(0, false, WHvSuspendPartitionTime), 239 239 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), 241 242 NEM_WIN_IMPORT(0, false, WHvRequestInterrupt), 242 243 #undef NEM_WIN_IMPORT … … 267 268 # define WHvSuspendPartitionTime g_pfnWHvSuspendPartitionTime 268 269 # define WHvResumePartitionTime g_pfnWHvResumePartitionTime 269 //# define WHvGetVirtualProcessorState g_pfnWHvGetVirtualProcessorState 270 # define WHvGetVirtualProcessorState g_pfnWHvGetVirtualProcessorState 271 # define WHvSetVirtualProcessorState g_pfnWHvSetVirtualProcessorState 270 272 # define WHvRequestInterrupt g_pfnWHvRequestInterrupt 271 273 #endif
Note:
See TracChangeset
for help on using the changeset viewer.