]> git.proxmox.com Git - mirror_qemu.git/blobdiff - qemu-config.c
hw/9pfs: Add new virtfs option writeout=immediate skip host page cache
[mirror_qemu.git] / qemu-config.c
index 7a7854fd06ff92cf4a41dc498634f9b95e3d70c5..4559236016c167565ab091f556d95b2de1a6b5db 100644 (file)
@@ -177,6 +177,9 @@ QemuOptsList qemu_fsdev_opts = {
         }, {
             .name = "security_model",
             .type = QEMU_OPT_STRING,
+        }, {
+            .name = "writeout",
+            .type = QEMU_OPT_STRING,
         },
         { /*End of list */ }
     },
@@ -199,6 +202,9 @@ QemuOptsList qemu_virtfs_opts = {
         }, {
             .name = "security_model",
             .type = QEMU_OPT_STRING,
+        }, {
+            .name = "writeout",
+            .type = QEMU_OPT_STRING,
         },
 
         { /*End of list */ }