]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.c
Merge remote-tracking branch 'stefanha/net' into staging
[qemu.git] / qemu-config.c
index e854fffe1957ea49dcf46a4ba16f4486c07f90c9..3154cac10fdc7c203cc188f1003f73fc5a199610 100644 (file)
@@ -114,6 +114,10 @@ static QemuOptsList qemu_drive_opts = {
             .name = "copy-on-read",
             .type = QEMU_OPT_BOOL,
             .help = "copy read data from backing file into image file",
+        },{
+            .name = "boot",
+            .type = QEMU_OPT_BOOL,
+            .help = "(deprecated, ignored)",
         },
         { /* end of list */ }
     },