aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThanos Makatos <thanos.makatos@nutanix.com>2023-08-31 10:49:40 +0100
committerGitHub <noreply@github.com>2023-08-31 10:49:40 +0100
commitf63ef82ad01821417df488cef7ec1fd94c3883fa (patch)
tree521eda840bb90388eac0e9aa5930d2c45253a7ad /docs
parenta7eedffe20bd6e480c9e2c65e68daef1beb2af05 (diff)
downloadlibvfio-user-f63ef82ad01821417df488cef7ec1fd94c3883fa.zip
libvfio-user-f63ef82ad01821417df488cef7ec1fd94c3883fa.tar.gz
libvfio-user-f63ef82ad01821417df488cef7ec1fd94c3883fa.tar.bz2
update SDPK version spdk.md (#769)
The SPDK and QEMU versions were too old. Signed-off-by: Thanos Makatos <thanos.makatos@nutanix.com> Reviewed-by: John Levon <john.levon@nutanix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/spdk.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/spdk.md b/docs/spdk.md
index 4ff1ba3..5007239 100644
--- a/docs/spdk.md
+++ b/docs/spdk.md
@@ -9,9 +9,9 @@ GPIO.
Build QEMU
----------
-Use Oracle's QEMU d377d483f9 from https://github.com/oracle/qemu:
+Use Oracle's QEMU vfio-user-p3.1 from https://github.com/oracle/qemu:
- git clone https://github.com/oracle/qemu qemu-orcl
+ git clone https://github.com/oracle/qemu qemu-orcl --branch vfio-user-p3.1
cd qemu-orcl
git submodule update --init --recursive
./configure --enable-multiprocess
@@ -20,9 +20,9 @@ Use Oracle's QEMU d377d483f9 from https://github.com/oracle/qemu:
Build SPDK
----------
-Use SPDK 72a5fa139:
+Use SPDK v23.05:
- git clone https://github.com/spdk/spdk
+ git clone https://github.com/spdk/spdk --branch v23.05
cd spdk
git submodule update --init --recursive
./configure --with-vfio-user
@@ -47,7 +47,7 @@ Start the Guest
Start the guest with e.g. 4 GB of RAM:
- qemu-orcl/build/qemu-system-x86_64 ... \
+ qemu-orcl/build/qemu-system-x86_64 \
-m 4G -object memory-backend-file,id=mem0,size=4G,mem-path=/dev/hugepages,share=on,prealloc=yes -numa node,memdev=mem0 \
-device vfio-user-pci,socket=/var/run/cntrl