Skip to content

Commit

Permalink
update SDPK version spdk.md (#769)
Browse files Browse the repository at this point in the history
The SPDK and QEMU versions were too old.

Signed-off-by: Thanos Makatos <[email protected]>
Reviewed-by: John Levon <[email protected]>
  • Loading branch information
tmakatos authored Aug 31, 2023
1 parent a7eedff commit f63ef82
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/spdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit f63ef82

Please sign in to comment.