qemu-patch-raspberry4/hw/9pfs
Deepak C Shetty b41e2992b2 hw/9pfs: Reset server state during TVERSION
As per the 9p rfc, during TVERSION its necessary to clean all the active
fids, so that we start the session from a clean state. Its also needed in
scenarios where the guest is booting off 9p, and boot fails, and client
restarts, without any knowledge of the past, it will issue a TVERSION again
so this ensures that we always start from a clean state.

Signed-off-by: Deepak C Shetty <deepakcs@linux.vnet.ibm.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
2011-12-04 22:35:28 +05:30
..
codir.c hw/9pfs: Abstract open state of fid to V9fsFidOpenState 2011-10-31 12:34:17 +05:30
cofile.c hw/9pfs: Abstract open state of fid to V9fsFidOpenState 2011-10-31 12:34:17 +05:30
cofs.c hw/9pfs: Use export_flag for indicating whether fs driver use path names. 2011-10-15 15:30:27 +05:30
coxattr.c hw/9pfs: Implement TFLUSH operation 2011-09-22 21:38:52 +05:30
virtio-9p-coth.c Don't use g_thread_get_initialized. 2011-09-09 12:58:16 -05:00
virtio-9p-coth.h hw/9pfs: Abstract open state of fid to V9fsFidOpenState 2011-10-31 12:34:17 +05:30
virtio-9p-device.c hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted 2011-12-04 22:35:28 +05:30
virtio-9p-handle.c hw/9pfs: Improve portability to older systems 2011-12-04 22:35:27 +05:30
virtio-9p-local.c 9pfs: improve portability to older systems 2011-11-28 16:19:57 -06:00
virtio-9p-posix-acl.c configure: fix detection for xattr.h on modern distributions 2011-11-09 12:06:20 -06:00
virtio-9p-synth.c hw/9pfs: Replace rwlocks with RCU variants of interfaces. 2011-10-31 12:34:18 +05:30
virtio-9p-synth.h hw/9pfs: Add synthetic file system support using 9p 2011-10-31 12:34:18 +05:30
virtio-9p-xattr-user.c [virtio-9p] Make rpath thread safe 2011-06-01 10:25:17 -07:00
virtio-9p-xattr.c Use glib memory allocation and free functions 2011-08-20 23:01:08 -05:00
virtio-9p-xattr.h configure: fix detection for xattr.h on modern distributions 2011-11-09 12:06:20 -06:00
virtio-9p.c hw/9pfs: Reset server state during TVERSION 2011-12-04 22:35:28 +05:30
virtio-9p.h hw/9pfs: use migration blockers to prevent live migration when virtfs export path is mounted 2011-12-04 22:35:28 +05:30