mirror of https://gitee.com/openkylin/libvirt.git
hyperv: fix Win32_OperatingSystem WMI queries
CurrentTimeZone's type is a signed integer, not unsigned. Signed-off-by: Matt Coleman <matt@datto.com> Reviewed-by: Neal Gompa <ngompa13@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
5aab9a2eac
commit
4852a79a50
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue