From ea1ad9290aa9e50fa6c3a6fe5087a8b2bcab40c8 Mon Sep 17 00:00:00 2001 From: junwenx Date: Fri, 19 Nov 2021 00:14:20 +0800 Subject: [PATCH] test/common: Change the version of VFIO_QEMU_BRANCH from vfio-user-v0.9 to vfio-user-v0.93 Signed-off-by: junwenx Change-Id: I8f9126effc5e4b1f6cce76dc9256910b2252feec Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10265 Reviewed-by: Changpeng Liu Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins Community-CI: Broadcom CI --- test/common/config/pkgdep/git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 9547fd1cf..b3596964c 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -558,7 +558,7 @@ GIT_VERSION=2.25.1 IRDMA_VERSION=1.5.2 ICE_VERSION=1.6.4 SPDK_QEMU_BRANCH=${SPDK_QEMU_BRANCH:-spdk-5.0.0} -VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-v0.9} +VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-v0.93} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.0.0} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git}