]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-config.c
add a boot parameter to set reboot timeout
[mirror_qemu.git] / qemu-config.c
index 12eafbb4f5e357bbb20ae7a3335d2137ae4858d0..cd1ec2165ae1b0100eff7a6de7bd9857e5cd0652 100644 (file)
@@ -645,6 +645,9 @@ QemuOptsList qemu_boot_opts = {
         }, {
             .name = "splash-time",
             .type = QEMU_OPT_STRING,
+        }, {
+            .name = "reboot-timeout",
+            .type = QEMU_OPT_STRING,
         },
         { /*End of list */ }
     },