]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/9pfs/9p-synth.c
9pfs: disable msize warning for synth driver
[mirror_qemu.git] / hw / 9pfs / 9p-synth.c
index 7eb210ffa89b273751bc12915eb41a73d4fdcda8..cec8c0eefc16acfc79f0de2e8dbc88531925ec64 100644 (file)
@@ -541,6 +541,8 @@ static int synth_init(FsContext *ctx, Error **errp)
     QLIST_INIT(&synth_root.child);
     qemu_mutex_init(&synth_mutex);
 
+    ctx->export_flags |= V9FS_NO_PERF_WARN;
+
     /* Add "." and ".." entries for root */
     v9fs_add_dir_node(&synth_root, synth_root.attr->mode,
                       "..", synth_root.attr, synth_root.attr->inode);