* [PATCH] qemu-ga-win: Fix a typo error
@ 2024-12-10 5:46 Dehan Meng
2024-12-10 8:13 ` Daniel P. Berrangé
0 siblings, 1 reply; 3+ messages in thread
From: Dehan Meng @ 2024-12-10 5:46 UTC (permalink / raw)
To: qemu-devel; +Cc: demeng, kkostiuk, michael.roth
There is a typo error for api 'guest-get-osinfo',
the win2025's version in WIN_10_0_SERVER_VERSION_MATRIX
should be adjusted.
Signed-off-by: Dehan Meng <demeng@redhat.com>
---
qga/commands-win32.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/qga/commands-win32.c b/qga/commands-win32.c
index 038beb8cfa..99c026c0a0 100644
--- a/qga/commands-win32.c
+++ b/qga/commands-win32.c
@@ -2088,7 +2088,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"},
+ {26040, "Microsoft Windows Server 2025", "2025"},
{ }
};
--
2.40.1
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] qemu-ga-win: Fix a typo error
2024-12-10 5:46 [PATCH] qemu-ga-win: Fix a typo error Dehan Meng
@ 2024-12-10 8:13 ` Daniel P. Berrangé
2024-12-10 8:54 ` Konstantin Kostiuk
0 siblings, 1 reply; 3+ messages in thread
From: Daniel P. Berrangé @ 2024-12-10 8:13 UTC (permalink / raw)
To: Dehan Meng; +Cc: qemu-devel, kkostiuk, michael.roth
On Tue, Dec 10, 2024 at 01:46:16PM +0800, Dehan Meng wrote:
> There is a typo error for api 'guest-get-osinfo',
> the win2025's version in WIN_10_0_SERVER_VERSION_MATRIX
> should be adjusted.
>
> Signed-off-by: Dehan Meng <demeng@redhat.com>
> ---
> qga/commands-win32.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
With regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qemu-ga-win: Fix a typo error
2024-12-10 8:13 ` Daniel P. Berrangé
@ 2024-12-10 8:54 ` Konstantin Kostiuk
0 siblings, 0 replies; 3+ messages in thread
From: Konstantin Kostiuk @ 2024-12-10 8:54 UTC (permalink / raw)
To: qemu-devel; +Cc: Dehan Meng, Daniel P. Berrangé, michael.roth
[-- Attachment #1: Type: text/plain, Size: 884 bytes --]
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Best Regards,
Konstantin Kostiuk.
On Tue, Dec 10, 2024 at 10:13 AM Daniel P. Berrangé <berrange@redhat.com>
wrote:
> On Tue, Dec 10, 2024 at 01:46:16PM +0800, Dehan Meng wrote:
> > There is a typo error for api 'guest-get-osinfo',
> > the win2025's version in WIN_10_0_SERVER_VERSION_MATRIX
> > should be adjusted.
> >
> > Signed-off-by: Dehan Meng <demeng@redhat.com>
> > ---
> > qga/commands-win32.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
>
>
> With regards,
> Daniel
> --
> |: https://berrange.com -o-
> https://www.flickr.com/photos/dberrange :|
> |: https://libvirt.org -o-
> https://fstop138.berrange.com :|
> |: https://entangle-photo.org -o-
> https://www.instagram.com/dberrange :|
>
>
[-- Attachment #2: Type: text/html, Size: 2074 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-12-10 8:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-10 5:46 [PATCH] qemu-ga-win: Fix a typo error Dehan Meng
2024-12-10 8:13 ` Daniel P. Berrangé
2024-12-10 8:54 ` Konstantin Kostiuk
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.