qemu: update to 6.1.0, add usb passthrough option
[feed/packages.git] / utils / qemu / patches / 0007-qga-invoke-separate-applets-for-guest-shutdown-modes.patch
index 97991a8788ac0593fea908e2473d6778de1b7bdd..d51abc2d5b256df2c5918b486ef2f3a16c871e0f 100644 (file)
@@ -38,7 +38,7 @@ https://gitlab.alpinelinux.org/alpine/aports/commit/76b81b486480fd9c3294cd420bcf
 @@ -111,6 +115,7 @@ void qmp_guest_shutdown(bool has_mode, c
  
          execle("/sbin/shutdown", "shutdown", "-h", shutdown_flag, "+0",
-                "hypervisor initiated shutdown", (char*)NULL, environ);
+                "hypervisor initiated shutdown", (char *)NULL, environ);
 +        execle(fallback_cmd, fallback_cmd, (char*)NULL, environ);
          _exit(EXIT_FAILURE);
      } else if (pid < 0) {