Discussion of the implementations of VIRTIO specification
 help / color / mirror / Atom feed
* [virtio-dev] [PATCH v4 0/2] virtio-fs: add virtio file system device
@ 2019-03-05 16:12 Stefan Hajnoczi
  2019-03-05 16:12 ` [virtio-dev] [PATCH v4 1/2] content: " Stefan Hajnoczi
  2019-03-05 16:12 ` [virtio-dev] [PATCH v4 2/2] virtio-fs: add DAX window Stefan Hajnoczi
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Hajnoczi @ 2019-03-05 16:12 UTC (permalink / raw)
  To: virtio-dev
  Cc: Vivek Goyal, Miklos Szeredi, Dr. David Alan Gilbert,
	Steven Whitehouse, Sage Weil, Paolo Bonzini, Stefan Hajnoczi

v4:
 * Clarify that there are no request ordering guarantees between requests in a
   single queue [vgoyal]
 * Add explanation of FUSE session endianness detection [dgilbert]

v3:
 * Remove notifications virtqueue, it's unimplemented and can be added when
   needed [Miklos]
 * Add Security Considerations and Live Migration Considerations sections
   [Michael]
v2:
 * Clean up core virtio file system device spec
 * Add DAX window

These patches add the virtio file system device, which is based on Linux FUSE
but includes the DAX window extension.  Similar to virtio-scsi, which
transports SCSI commands, virtio-fs transports FUSE requests and the protocol
documentation is not duplicated here.

The DAX window allows file contents to be accessed directly from shared memory.
This eliminates copying of data, reduces the number of vmexits, and reduces the
guest's memory footprint.  It also allows coherent mmap MAP_SHARED semantics
between guests on the same host.

Stefan Hajnoczi (2):
  content: add virtio file system device
  virtio-fs: add DAX window

 content.tex      |   3 +
 introduction.tex |   3 +
 virtio-fs.tex    | 226 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 232 insertions(+)
 create mode 100644 virtio-fs.tex

-- 
2.20.1


---------------------------------------------------------------------
To unsubscribe, e-mail: virtio-dev-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: virtio-dev-help@lists.oasis-open.org


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-03-05 16:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-05 16:12 [virtio-dev] [PATCH v4 0/2] virtio-fs: add virtio file system device Stefan Hajnoczi
2019-03-05 16:12 ` [virtio-dev] [PATCH v4 1/2] content: " Stefan Hajnoczi
2019-03-05 16:12 ` [virtio-dev] [PATCH v4 2/2] virtio-fs: add DAX window Stefan Hajnoczi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox