aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2019-11-12 09:00:55 -0500
committerThanos <tmakatos@gmail.com>2019-11-12 21:56:56 +0000
commitb68ac6daf7bdb18163dde63e22d43aec2c9a06de (patch)
tree2d302fa9e2e81ce9b4d99fced6c314bfb7e6a290 /README.md
parent0d6b3448491be36ed4b9199c9966ed93e5a5afbc (diff)
downloadlibvfio-user-b68ac6daf7bdb18163dde63e22d43aec2c9a06de.zip
libvfio-user-b68ac6daf7bdb18163dde63e22d43aec2c9a06de.tar.gz
libvfio-user-b68ac6daf7bdb18163dde63e22d43aec2c9a06de.tar.bz2
fix instructions on how to patch
Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index f7bcb5b..bc75b54 100644
--- a/README.md
+++ b/README.md
@@ -69,9 +69,9 @@ executed in parallel.
Building muser
==============
-vfio/mdev needs to be patched. To generate the patch run:
+vfio/mdev needs to be patched:
- git diff 869e3305f23dfeacdaa234717c92ccb237815d90 --diff-filter=M > vfio.patch
+ patch -p1 < muser/patches/vfio.diff
Apply the patch and rebuild the vfio/mdev modules: