From: Matt Coleman Date: Mon, 5 Oct 2020 16:20:12 +0000 (-0400) Subject: hyperv: fix Win32_OperatingSystem WMI queries X-Git-Tag: v6.9.0-rc1~225 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4852a79a505fd15382aefcfa79e16906d9e9ba77;p=thirdparty%2Flibvirt.git hyperv: fix Win32_OperatingSystem WMI queries CurrentTimeZone's type is a signed integer, not unsigned. Signed-off-by: Matt Coleman Reviewed-by: Neal Gompa Reviewed-by: Michal Privoznik --- diff --git a/src/hyperv/hyperv_wmi_generator.input b/src/hyperv/hyperv_wmi_generator.input index 77543cf6ef..bbca550790 100644 --- a/src/hyperv/hyperv_wmi_generator.input +++ b/src/hyperv/hyperv_wmi_generator.input @@ -673,7 +673,7 @@ class Win32_OperatingSystem string CSCreationClassName string CSDVersion string CSName - uint16 CurrentTimeZone + int16 CurrentTimeZone boolean DataExecutionPrevention_Available boolean DataExecutionPrevention_32BitApplications boolean DataExecutionPrevention_Drivers