Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 42bd4fc

Browse files
committed
VMMDev: Include the accidentally omitted entry for 'Windows 11 on ARM'
in the possible guest OStypes table for 64-bit OSes which is used when logging the VMMDev Guest Additions information report details. svn:sync-xref-src-repo-rev: r170632
1 parent 6432458 commit 42bd4fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/VBox/Devices/VMMDev/VMMDev.cpp‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Id: VMMDev.cpp 111086 2025-09-22 17:25:13Z brent.paulson@oracle.com $ */
1+
/* $Id: VMMDev.cpp 111095 2025-09-23 09:16:49Z brent.paulson@oracle.com $ */
22
/** @file
33
* VMMDev - Guest <-> VMM/Host communication device.
44
*/
@@ -336,6 +336,7 @@ static void vmmdevLogGuestOsInfo(VBoxGuestInfo *pGuestInfo)
336336
case VBOXOSTYPE_Win2k22_x64: pszOs = "Windows Server 2022"; break;
337337
case VBOXOSTYPE_Win2k25_x64: pszOs = "Windows Server 2025"; break;
338338
case VBOXOSTYPE_Win11_x64: pszOs = "Windows 11"; break;
339+
case VBOXOSTYPE_Win11_arm64: pszOs = "Windows 11"; break;
339340
default: pszOs = "unknown"; break;
340341
}
341342
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /