aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2020-07-20 10:55:45 -0400
committerThanos <tmakatos@gmail.com>2020-07-21 11:38:33 +0100
commit5cdbe0fcfdd8e83c07ca0f0975916db65837ad7d (patch)
tree8f9ededb4fa509163eacc9585cd955173a730f54 /README.md
parent32827b9d0b91ee6a743ea269410486bf6562095c (diff)
downloadlibvfio-user-5cdbe0fcfdd8e83c07ca0f0975916db65837ad7d.zip
libvfio-user-5cdbe0fcfdd8e83c07ca0f0975916db65837ad7d.tar.gz
libvfio-user-5cdbe0fcfdd8e83c07ca0f0975916db65837ad7d.tar.bz2
document current work regarding VFIO-over-socket
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index a4af5da..cd1daae 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,17 @@ future we plan to make libmuser multi-threaded. The application can be
implemented in whatever way is convenient, e.g. as a Python script using
bindings, on the cloud, etc.
+There is also an ongoing effort to define a protocol based on VFIO that will be
+officially supported by QEMU so the kernel module won't be necessary. This
+protocol (tentatively named VFIO-over-socket and soon to be renamed to
+vfio-user) has been discussed as an RFC in qemu-devel:
+https://lists.gnu.org/archive/html/qemu-devel/2020-03/msg07900.html,
+and is now in the process of being reviewed:
+https://www.mail-archive.com/qemu-devel@nongnu.org/msg723773.html.
+In the RFC email thread it is explained how to run the GPIO sample without the
+MUSER kernel module, where to get sources etc. Please refer to the RFC email
+thread for more information.
+
Memory Mapping the Device
-------------------------