From: Li Liu <john.li...@huawei.com>

Signed-off-by: Li Liu <john.li...@huawei.com>
---
 vl.c |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vl.c b/vl.c
index b796c67..853f748 100644
--- a/vl.c
+++ b/vl.c
@@ -357,6 +357,10 @@ static QemuOptsList qemu_machine_opts = {
             .type = QEMU_OPT_STRING,
             .help = "Dump current dtb to a file and quit",
         }, {
+            .name = "dumpdts",
+            .type = QEMU_OPT_STRING,
+            .help = "Convert current dtb to dts and dump to a file",
+        },{
             .name = "phandle_start",
             .type = QEMU_OPT_NUMBER,
             .help = "The first phandle ID we may generate dynamically",
-- 
1.7.9.5



Reply via email to