Re: [PATCH v3 7/9] hyperv: fix domainSuspend and domainResume on Hyper-V V2

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

 



On 10/21/20 11:40 AM, Matt Coleman wrote:
On Oct 21, 2020, at 4:46 AM, Matt Coleman <mcoleman@xxxxxxxxx> wrote:

+    int requestedState;

This caused GitLab CI failures that didn't happen on my local builds.

This should be squashed in...
===================================================================
--- src/hyperv/hyperv_driver.c	(revision 156ebef03c01146a0bab294a0db8f3bd2f707d96)
+++ src/hyperv/hyperv_driver.c	(revision 37c994da34f77d41a06f75e4d1272b671dd16b94)
@@ -891,7 +891,7 @@
      int result = -1;
      hypervPrivate *priv = domain->conn->privateData;
      Msvm_ComputerSystem *computerSystem = NULL;
-    int requestedState;
+    int requestedState = -1; /* dummy value: this must be set later in the function */
switch (priv->wmiVersion) {
      case HYPERV_WMI_VERSION_V1:
@@ -926,7 +926,7 @@
      int result = -1;
      hypervPrivate *priv = domain->conn->privateData;
      Msvm_ComputerSystem *computerSystem = NULL;
-    int expectedState;
+    int expectedState = -1; /* dummy value: this must be set later in the function */
switch (priv->wmiVersion) {
      case HYPERV_WMI_VERSION_V1:



I don't think these comments are necessary. All init values are dummy and must be set later in the function :-)

Michal




[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