[PATCH v2 07/10] hyperv: fix Win32_OperatingSystem WMI queries

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



CurrentTimeZone's type is a signed integer, not unsigned.

Signed-off-by: Matt Coleman <matt@xxxxxxxxx>
---
 src/hyperv/hyperv_wmi_generator.input | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.27.0





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux