qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 01/10] sysemu: Introduce qemu_security_policy_taint() API


From: Paolo Bonzini
Subject: Re: [RFC PATCH 01/10] sysemu: Introduce qemu_security_policy_taint() API
Date: Thu, 9 Sep 2021 12:01:27 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 09/09/21 01:20, Philippe Mathieu-Daudé wrote:
+static QemuOptsList qemu_security_policy_opts = {
+    .name = "security-policy",
+    .implied_opt_name = "policy",
+    .merge_lists = true,
+    .head = QTAILQ_HEAD_INITIALIZER(qemu_security_policy_opts.head),
+    .desc = {
+        {
+            .name = "policy",
+            .type = QEMU_OPT_STRING,
+        },
+        { /* end of list */ }
+    },
+};

No new command line options please. You could rename -compat-policy to just -policy, and make this a "security" suboption.

Paolo




reply via email to

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