Update SPDK docs to v25.09 (#837)
This version no longer requires the special libvfio-user branch, as the
legacy live migration code has been removed.
Signed-off-by: John Levon <john.levon@nutanix.com>
diff --git a/docs/spdk.md b/docs/spdk.md
index 97b051e..0906396 100644
--- a/docs/spdk.md
+++ b/docs/spdk.md
@@ -22,18 +22,17 @@
Build SPDK
----------
-Here we'll use SPDK v25.05:
+Here we'll use SPDK v25.09:
```
-git clone https://github.com/spdk/spdk --recursive --branch v25.05 spdk-v25.05
-cd spdk-25.05
+git clone https://github.com/spdk/spdk --recursive --branch v25.09 spdk-v25.09
+cd spdk-v25.09
./configure --with-vfio-user
make -j
```
-Note that SPDK includes `libvfio-user` as a submodule (it only works with the
-`spdk` branch of `libvfio-user` currently, due to live-migration-related changes
-in the library's `master` branch).
+NB: SPDK includes `libvfio-user` as a submodule: some older versions of SPDK
+require a particular branch of libvfio-user.
Start SPDK
----------
@@ -108,8 +107,7 @@
--------------
Live migration with SPDK is currently non-functional, although code exists in
-both SPDK and `libvfio-user`. If you are interested in helping, please let us
-know!
+`libvfio-user`. If you are interested in helping, please let us know!
Generating an Ubuntu cloud image
--------------------------------