]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.c
scsi: do not require a minimum allocation length for INQUIRY
[qemu.git] / qemu-config.c
index 7d9da787c72de4eb70cc17b09c3f75802d99ff3f..be84a0347c22d16fc7ecbbc90dd6b8782fe5972d 100644 (file)
@@ -578,6 +578,10 @@ static QemuOptsList qemu_machine_opts = {
             .name = "append",
             .type = QEMU_OPT_STRING,
             .help = "Linux kernel command line",
+        }, {
+            .name = "dtb",
+            .type = QEMU_OPT_STRING,
+            .help = "Linux kernel device tree file",
         },
         { /* End of list */ }
     },