diff options
author | Dr. David Alan Gilbert <dgilbert@redhat.com> | 2019-07-12 13:19:58 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2019-07-25 07:21:00 -0400 |
commit | efd4028b7aec5030b6ac39c0ddc50353d0658704 (patch) | |
tree | a99dfea31f8982eb25398722f20b80fa2cb9a697 /content.tex | |
parent | 5be8f0c5d87ac98343709b6799db0e77f0096b8b (diff) | |
download | virtio-spec-efd4028b7aec5030b6ac39c0ddc50353d0658704.tar.gz |
shared memory: Define shared memory regions
Define the requirements and idea behind shared memory regions.
Fixes: https://github.com/oasis-tcs/virtio-spec/issues/40
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'content.tex')
-rw-r--r-- | content.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content.tex b/content.tex index 8f0498e..6433226 100644 --- a/content.tex +++ b/content.tex @@ -371,6 +371,8 @@ making any more buffers available. When VIRTIO_F_NOTIFICATION_DATA has been negotiated, these notifications would then have identical \field{next_off} and \field{next_wrap} values. +\input{shared-mem.tex} + \chapter{General Initialization And Device Operation}\label{sec:General Initialization And Device Operation} We start with an overview of device initialization, then expand on the |