ping On Sun, Jul 11, 2021 at 8:18 PM Konstantin Kostiuk wrote: > ping > > On Sun, Jul 4, 2021 at 8:51 AM Konstantin Kostiuk > wrote: > >> ping >> >> On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk >> wrote: >> >>> Signed-off-by: Kostiantyn Kostiuk >>> --- >>> 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 >>> >>