diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2019-08-29 14:52:05 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-09-25 06:40:05 -0400 |
commit | 29540779e4fd7118d7b1ae600c638514ec7cd67c (patch) | |
tree | 1a14dfc3c43cf815f1359ca2b6699e4716a60b9d /introduction.tex | |
parent | 6aecd69eb90bb1feb0c8badf6af7065e55b7a2e7 (diff) | |
download | virtio-spec-29540779e4fd7118d7b1ae600c638514ec7cd67c.tar.gz |
content: add virtio file system device
The virtio file system device transports Linux FUSE requests between a
FUSE daemon running on the host and the FUSE driver inside the guest.
The actual FUSE request definitions are not duplicated in the virtio
specification, similar to how virtio-scsi does not document SCSI
command details. FUSE request definitions are available here:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/fuse.h
This patch documents the core virtio file system device, which is
functional but lacks the DAX feature introduced in the next patch.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/49
Diffstat (limited to 'introduction.tex')
-rw-r--r-- | introduction.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/introduction.tex b/introduction.tex index c96acf9..40f16f8 100644 --- a/introduction.tex +++ b/introduction.tex @@ -60,6 +60,9 @@ Levels'', BCP 14, RFC 2119, March 1997. \newline\url{http://www.ietf.org/rfc/rfc \phantomsection\label{intro:SCSI MMC}\textbf{[SCSI MMC]} & SCSI Multimedia Commands, \newline\url{http://www.t10.org/cgi-bin/ac.pl?t=f&f=mmc6r00.pdf}\\ + \phantomsection\label{intro:FUSE}\textbf{[FUSE]} & + Linux FUSE interface, + \newline\url{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/include/uapi/linux/fuse.h}\\ \end{longtable} |