projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56ef123
)
qemu-ga-win: Fix a typo error
author
Dehan Meng
<demeng@redhat.com>
Tue, 10 Dec 2024 05:46:16 +0000
(13:46 +0800)
committer
Konstantin Kostiuk
<kkostiuk@redhat.com>
Wed, 18 Dec 2024 11:15:38 +0000
(13:15 +0200)
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>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Konstantin Kostiuk <kkostiuk@redhat.com>
Link:
https://lore.kernel.org/r/20241210054616.260386-1-demeng@redhat.com
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
qga/commands-win32.c
patch
|
blob
|
history
diff --git
a/qga/commands-win32.c
b/qga/commands-win32.c
index 038beb8cfa92d2f9a22216c8767f773cbcd9b15f..99c026c0a02cd6af6520344b5fd2f98e93304b95 100644
(file)
--- 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, "M
I
crosoft Windows Server 2025", "2025"},
+ {26040, "M
i
crosoft Windows Server 2025", "2025"},
{ }
};