aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2022-11-22 15:51:10 +0000
committerGitHub <noreply@github.com>2022-11-22 15:51:10 +0000
commit6756ee83f8c86d0f844b2dec2cb034b379951e2d (patch)
treea7176ceb24815d140499189b23fbfcdccdc18227 /README.md
parent360f6a6795a94d81b036c13a08595db944c1904c (diff)
downloadlibvfio-user-6756ee83f8c86d0f844b2dec2cb034b379951e2d.zip
libvfio-user-6756ee83f8c86d0f844b2dec2cb034b379951e2d.tar.gz
libvfio-user-6756ee83f8c86d0f844b2dec2cb034b379951e2d.tar.bz2
shadow ioeventfd: add demo (#722)
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d61412c..abdd757 100644
--- a/README.md
+++ b/README.md
@@ -230,6 +230,14 @@ cat /sys/class/gpio/gpiochip480/base > /sys/class/gpio/export
for ((i=0;i<12;i++)); do cat /sys/class/gpio/OUT0/value; done
```
+shadow_ioeventfd_server
+-----------------------
+
+shadow_ioeventfd_server.c and shadow_ioeventfd_speed_test.c are used to
+demonstrate the benefits of shadow ioeventfd, see
+[ioregionfd](./docs/ioregionfd.md) for more information.
+
+
Other usage notes
=================