From f63ef82ad01821417df488cef7ec1fd94c3883fa Mon Sep 17 00:00:00 2001 From: Thanos Makatos Date: Thu, 31 Aug 2023 10:49:40 +0100 Subject: update SDPK version spdk.md (#769) The SPDK and QEMU versions were too old. Signed-off-by: Thanos Makatos Reviewed-by: John Levon --- docs/spdk.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs') 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 -- cgit v1.1