From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: qemu-devel@nongnu.org, Dehan Meng <demeng@redhat.com>
Cc: "Konstantin Kostiuk" <kkostiuk@redhat.com>,
"Michael Roth" <michael.roth@amd.com>,
"Philippe Mathieu-Daudé" <philmd@linaro.org>
Subject: [PATCH v3 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command
Date: Thu, 22 Feb 2024 16:28:35 +0100 [thread overview]
Message-ID: <20240222152835.72095-4-philmd@linaro.org> (raw)
In-Reply-To: <20240222152835.72095-1-philmd@linaro.org>
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
next prev parent reply other threads:[~2024-02-22 15:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-22 15:28 [PATCH v3 0/3] qga/commands-win32: Style cleanups before adding Windows Server 2025 Philippe Mathieu-Daudé
2024-02-22 15:28 ` [PATCH v3 1/3] qga/commands-win32: Declare const qualifier before type Philippe Mathieu-Daudé
2024-02-23 8:35 ` Konstantin Kostiuk
2024-02-22 15:28 ` [PATCH v3 2/3] qga/commands-win32: Do not set matrix_lookup_t/win_10_0_t arrays size Philippe Mathieu-Daudé
2024-02-23 8:37 ` Konstantin Kostiuk
2024-02-23 12:00 ` Konstantin Kostiuk
2024-02-23 17:49 ` Philippe Mathieu-Daudé
2024-02-22 15:28 ` Philippe Mathieu-Daudé [this message]
2024-02-23 8:38 ` [PATCH v3 3/3] qga-win: Add support of Windows Server 2025 in get-osinfo command Konstantin Kostiuk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240222152835.72095-4-philmd@linaro.org \
--to=philmd@linaro.org \
--cc=demeng@redhat.com \
--cc=kkostiuk@redhat.com \
--cc=michael.roth@amd.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).