]> git.proxmox.com Git - qemu.git/blobdiff - vl.c
add a boot parameter to set reboot timeout
[qemu.git] / vl.c
diff --git a/vl.c b/vl.c
index 599d17a7526ffcf8e10418d33db11363ec09c254..8d305ca59bc9007cf781481f74cf24061fcfd6ba 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -2632,7 +2632,8 @@ int main(int argc, char **argv, char **envp)
                 {
                     static const char * const params[] = {
                         "order", "once", "menu",
-                        "splash", "splash-time", NULL
+                        "splash", "splash-time",
+                        "reboot-timeout", NULL
                     };
                     char buf[sizeof(boot_devices)];
                     char *standard_boot_devices;