From b68ac6daf7bdb18163dde63e22d43aec2c9a06de Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Tue, 12 Nov 2019 09:00:55 -0500 Subject: fix instructions on how to patch Signed-off-by: Thanos Makatos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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: -- cgit v1.1