Change in ovirt-guest-agent[master]: win32: Update version information reporting for Win8+ and si...

Vinzenz Feenstra has submitted this change and it was merged. Change subject: win32: Update version information reporting for Win8+ and simplify ...................................................................... win32: Update version information reporting for Win8+ and simplify With Windows 8.1 the API for retrieving the OS version on Windows has changed that it won't report a higher version than 6.2 even though it might be Windows 8.1 or Windows 10 etc This code change introduces a new way to retrieve the current version by using RtlGetVersion which still does behave the old way. Additionally this patch already introduces the Windows 2016 Server detection as the version for this is known. Also this patch now removes obsolete and unsupported versions. Change-Id: I8047842b080140e072b04c2af46ec0e6b8287c51 Bug-Url: https://bugzilla.redhat.com/1279980 Signed-off-by: Vinzenz Feenstra <vfeenstr@redhat.com> --- M ovirt-guest-agent/GuestAgentWin32.py 1 file changed, 51 insertions(+), 43 deletions(-) Approvals: Jenkins CI: Passed CI tests Vinzenz Feenstra: Verified; Looks good to me, approved Michal Skrivanek: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/48821 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8047842b080140e072b04c2af46ec0e6b8287c51 Gerrit-PatchSet: 6 Gerrit-Project: ovirt-guest-agent Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Michal Skrivanek <mskrivan@redhat.com> Gerrit-Reviewer: Vinzenz Feenstra <vfeenstr@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
vfeenstr@redhat.com