qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option


From: Greg Bellows
Subject: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option
Date: Wed, 3 Dec 2014 14:05:58 -0600

Added 'secure' qemu boolean option to qemu_machine_opts[].

Signed-off-by: Greg Bellows <address@hidden>
---
 vl.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vl.c b/vl.c
index eb89d62..5d640f7 100644
--- a/vl.c
+++ b/vl.c
@@ -387,6 +387,10 @@ static QemuOptsList qemu_machine_opts = {
             .name = "iommu",
             .type = QEMU_OPT_BOOL,
             .help = "Set on/off to enable/disable Intel IOMMU (VT-d)",
+        },{
+            .name = "secure",
+            .type = QEMU_OPT_BOOL,
+            .help = "Set on/off to enable/disable secure state",
         },
         { /* End of list */ }
     },
-- 
1.8.3.2




reply via email to

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