]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.c
pc: Avoid registering zero sized memory
[qemu.git] / qemu-config.c
index 5a4e61b0f6290c31b422c971fa235ddf15d73ce6..95abe61fab8a1366f689ce02e01c25c15111f0a6 100644 (file)
@@ -163,6 +163,9 @@ QemuOptsList qemu_fsdev_opts = {
         }, {
             .name = "path",
             .type = QEMU_OPT_STRING,
+        }, {
+            .name = "security_model",
+            .type = QEMU_OPT_STRING,
         },
         { /*End of list */ }
     },
@@ -184,6 +187,9 @@ QemuOptsList qemu_virtfs_opts = {
         }, {
             .name = "mount_tag",
             .type = QEMU_OPT_STRING,
+        }, {
+            .name = "security_model",
+            .type = QEMU_OPT_STRING,
         },
 
         { /*End of list */ }