qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 5/6] machine: add 'dumpdts' parameter to 'machine' o


From: john.liuli
Subject: [Qemu-devel] [PATCH 5/6] machine: add 'dumpdts' parameter to 'machine' optslist.
Date: Mon, 25 Aug 2014 12:00:36 +0800

From: Li Liu <address@hidden>

Signed-off-by: Li Liu <address@hidden>
---
 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

[Prev in Thread] Current Thread [Next in Thread]