All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qga-win: Add support of Windows Server 2022 in get-osinfo command
@ 2021-06-21 12:50 Kostiantyn Kostiuk
  2021-07-04  5:51 ` Konstantin Kostiuk
  0 siblings, 1 reply; 6+ messages in thread
From: Kostiantyn Kostiuk @ 2021-06-21 12:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Michael Roth

Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
---
 qga/commands-win32.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/qga/commands-win32.c b/qga/commands-win32.c
index 300b87c859..93b08fd4b5 100644
--- a/qga/commands-win32.c
+++ b/qga/commands-win32.c
@@ -2209,9 +2209,10 @@ typedef struct _ga_win_10_0_server_t {
     char const *version_id;
 } ga_win_10_0_server_t;

-static ga_win_10_0_server_t const WIN_10_0_SERVER_VERSION_MATRIX[3] = {
+static ga_win_10_0_server_t const WIN_10_0_SERVER_VERSION_MATRIX[4] = {
     {14393, "Microsoft Windows Server 2016",    "2016"},
     {17763, "Microsoft Windows Server 2019",    "2019"},
+    {20344, "Microsoft Windows Server 2022",    "2022"},
     {0, 0}
 };

--
2.25.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-28 11:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-21 12:50 [PATCH] qga-win: Add support of Windows Server 2022 in get-osinfo command Kostiantyn Kostiuk
2021-07-04  5:51 ` Konstantin Kostiuk
2021-07-11 17:18   ` Konstantin Kostiuk
2021-07-14  7:25     ` Konstantin Kostiuk
2021-07-28  7:53       ` Konstantin Kostiuk
2021-07-28 11:57         ` Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.