[PATCH v3 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command

Philippe Mathieu-Daudé posted 3 patches 9 months, 1 week ago
Maintainers: Konstantin Kostiuk <kkostiuk@redhat.com>, Michael Roth <michael.roth@amd.com>
There is a newer version of this series
[PATCH v3 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command
Posted by Philippe Mathieu-Daudé 9 months, 1 week ago
From: Dehan Meng <demeng@redhat.com>

Add support of Windows Server 2025 in get-osinfo command

Signed-off-by: Dehan Meng <demeng@redhat.com>
Message-ID: <20240222025352.58859-2-demeng@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
---
 qga/commands-win32.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qga/commands-win32.c b/qga/commands-win32.c
index 87ce6e2870..9749e4e6a3 100644
--- a/qga/commands-win32.c
+++ b/qga/commands-win32.c
@@ -2155,6 +2155,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"},
     { }
 };
 
-- 
2.41.0


Re: [PATCH v3 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command
Posted by Konstantin Kostiuk 9 months, 1 week ago
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>

On Thu, Feb 22, 2024 at 5:29 PM Philippe Mathieu-Daudé <philmd@linaro.org>
wrote:

> From: Dehan Meng <demeng@redhat.com>
>
> Add support of Windows Server 2025 in get-osinfo command
>
> Signed-off-by: Dehan Meng <demeng@redhat.com>
> Message-ID: <20240222025352.58859-2-demeng@redhat.com>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
>  qga/commands-win32.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/qga/commands-win32.c b/qga/commands-win32.c
> index 87ce6e2870..9749e4e6a3 100644
> --- a/qga/commands-win32.c
> +++ b/qga/commands-win32.c
> @@ -2155,6 +2155,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"},
>      { }
>  };
>
> --
> 2.41.0
>
>