]> Git Repo - qemu.git/blobdiff - hw/9pfs/9p-synth.h
virtio-balloon: Use temporary PBP only
[qemu.git] / hw / 9pfs / 9p-synth.h
index 876b4ef5828877bafe679445c42114c178f7c1ed..af7a993a1e8e90acc76690805e29f2ec582342bf 100644 (file)
@@ -52,5 +52,14 @@ int qemu_v9fs_synth_add_file(V9fsSynthNode *parent, int mode,
 /* qtest stuff */
 
 #define QTEST_V9FS_SYNTH_WALK_FILE "WALK%d"
+#define QTEST_V9FS_SYNTH_LOPEN_FILE "LOPEN"
+#define QTEST_V9FS_SYNTH_WRITE_FILE "WRITE"
+
+/* Any write to the "FLUSH" file is handled one byte at a time by the
+ * backend. If the byte is zero, the backend returns success (ie, 1),
+ * otherwise it forces the server to try again forever. Thus allowing
+ * the client to cancel the request.
+ */
+#define QTEST_V9FS_SYNTH_FLUSH_FILE "FLUSH"
 
 #endif
This page took 0.023723 seconds and 4 git commands to generate.