qga-win: Add support of Windows Server 2025 in get-osinfo command
authorDehan Meng <demeng@redhat.com>
Mon, 4 Mar 2024 13:45:32 +0000 (15:45 +0200)
committerKonstantin Kostiuk <kkostiuk@redhat.com>
Mon, 11 Mar 2024 16:24:39 +0000 (18:24 +0200)
Add support of Windows Server 2025 in get-osinfo command

Signed-off-by: Dehan Meng <demeng@redhat.com>
Message-ID: <20240222152835.72095-4-philmd@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Reviewed-by: Yan Vugenfirer <yvugenfi@redhat.com>
Link: https://lore.kernel.org/r/20240304134532.28506-4-kkostiuk@redhat.com
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c

index 659dfb624a3b562962188197b854969a70b9c723..6242737b005da55187cd050214d8798903f38b46 100644 (file)
@@ -2153,6 +2153,7 @@ static const ga_win_10_0_t WIN_10_0_SERVER_VERSION_MATRIX[] = {
     {14393, "Microsoft Windows Server 2016",    "2016"},
     {17763, "Microsoft Windows Server 2019",    "2019"},
     {20344, "Microsoft Windows Server 2022",    "2022"},
+    {26040, "MIcrosoft Windows Server 2025",    "2025"},
     { }
 };