diff mbox series

qga-win: Add support of Windows Server 2022 in get-osinfo command

Message ID 20210621125017.113989-1-konstantin@daynix.com
State New
Headers show
Series qga-win: Add support of Windows Server 2022 in get-osinfo command | expand

Commit Message

Konstantin Kostiuk June 21, 2021, 12:50 p.m. UTC
Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
---
 qga/commands-win32.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--
2.25.1

Comments

Konstantin Kostiuk July 4, 2021, 5:51 a.m. UTC | #1
ping

On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk <konstantin@daynix.com>
wrote:

> 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
>
Konstantin Kostiuk July 11, 2021, 5:18 p.m. UTC | #2
ping

On Sun, Jul 4, 2021 at 8:51 AM Konstantin Kostiuk <konstantin@daynix.com>
wrote:

> ping
>
> On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk <konstantin@daynix.com>
> wrote:
>
>> 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
>>
>
Konstantin Kostiuk July 14, 2021, 7:25 a.m. UTC | #3
ping


On Sun, Jul 11, 2021 at 8:18 PM Konstantin Kostiuk <konstantin@daynix.com>
wrote:

> ping
>
> On Sun, Jul 4, 2021 at 8:51 AM Konstantin Kostiuk <konstantin@daynix.com>
> wrote:
>
>> ping
>>
>> On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk <konstantin@daynix.com>
>> wrote:
>>
>>> 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
>>>
>>
Konstantin Kostiuk July 28, 2021, 7:53 a.m. UTC | #4
ping

On Wed, Jul 14, 2021 at 10:25 AM Konstantin Kostiuk <konstantin@daynix.com>
wrote:

>
> ping
>
>
> On Sun, Jul 11, 2021 at 8:18 PM Konstantin Kostiuk <konstantin@daynix.com>
> wrote:
>
>> ping
>>
>> On Sun, Jul 4, 2021 at 8:51 AM Konstantin Kostiuk <konstantin@daynix.com>
>> wrote:
>>
>>> ping
>>>
>>> On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk <
>>> konstantin@daynix.com> wrote:
>>>
>>>> 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
>>>>
>>>
Philippe Mathieu-Daudé July 28, 2021, 11:57 a.m. UTC | #5
On 7/28/21 9:53 AM, Konstantin Kostiuk wrote:
> ping

Seems merged:

commit c141814d4f495bd9efdabb1229ce0a5b5a239bf3
Author: Kostiantyn Kostiuk <konstantin@daynix.com>
Date:   Mon Jun 21 15:50:17 2021 +0300

    qga-win: Add support of Windows Server 2022 in get-osinfo command

    Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
    Signed-off-by: Michael Roth <michael.roth@amd.com>

> On Wed, Jul 14, 2021 at 10:25 AM Konstantin Kostiuk
> <konstantin@daynix.com <mailto:konstantin@daynix.com>> wrote:
> 
> 
>     ping
> 
> 
>     On Sun, Jul 11, 2021 at 8:18 PM Konstantin Kostiuk
>     <konstantin@daynix.com <mailto:konstantin@daynix.com>> wrote:
> 
>         ping
> 
>         On Sun, Jul 4, 2021 at 8:51 AM Konstantin Kostiuk
>         <konstantin@daynix.com <mailto:konstantin@daynix.com>> wrote:
> 
>             ping
> 
>             On Mon, Jun 21, 2021 at 3:50 PM Kostiantyn Kostiuk
>             <konstantin@daynix.com <mailto:konstantin@daynix.com>> wrote:
> 
>                 Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com
>                 <mailto: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
>
diff mbox series

Patch

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}
 };