qemu/qga
Kostiantyn Kostiuk 206ce9699f qga-win: Detect Windows 11 by build number
Windows 10 and 11 have the same major and minor versions.
So, the only way to determine the correct version is to
use the build number.

After this commit, the guest agent will return the proper
"version" and "version-id" for Windows 11. The "pretty-name"
is read from the registry and will be incorrect until the
MS updates the registry. We only can create some workaround
and replace 10 to 11.

Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Kostiantyn Kostiuk <kkostiuk@redhat.com>
2022-01-10 13:05:25 +00:00
..
installer qga-win/msi: fix missing libstdc++-6 DLL in MSI installer 2021-08-03 07:01:36 -05:00
vss-win32 qga-win: Increase VSS freeze timeout to 60 secs instead of 10 2021-08-02 22:11:45 -05:00
channel-posix.c
channel-win32.c
channel.h
commands-common.h
commands-posix-ssh.c Remove superfluous ERRP_GUARD() 2021-08-26 17:15:28 +02:00
commands-posix.c qga: fix guest-get-disks regression 2021-04-20 16:27:45 +01:00
commands-win32.c qga-win: Detect Windows 11 by build number 2022-01-10 13:05:25 +00:00
commands.c qga: fix leak of base64 decoded data on command error 2021-08-09 20:18:43 -05:00
guest-agent-command-state.c
guest-agent-core.h
main.c qga: return a more explicit error on why a command is disabled 2021-03-16 20:21:47 -05:00
meson.build
qapi-schema.json qapi: Add spaces after symbol declaration for consistency 2021-10-02 07:33:41 +02:00
service-win32.c
service-win32.h
vss-win32.c
vss-win32.h