aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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