From 22d7d62efb324c64269d3c14e2084e2884375a9e Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Wed, 9 Jun 2021 13:23:00 +0200 Subject: [PATCH] pkgdep/git: Update repo, branch of the vfio-user qemu fork Signed-off-by: Michal Berger Change-Id: Icd30d917f47f3585325ed689a5513b26f7d63d3b Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/8222 Reviewed-by: Thanos Makatos Reviewed-by: Jim Harris Reviewed-by: Karol Latecki Reviewed-by: Tomasz Zawadzki Tested-by: SPDK CI Jenkins --- test/common/config/pkgdep/git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index 1b7ea33f3..7e6a65307 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -530,7 +530,7 @@ GIT_VERSION=2.25.1 IRDMA_VERSION=1.5.2 ICE_VERSION=1.4.11 SPDK_QEMU_BRANCH=${SPDK_QEMU_BRANCH:-spdk-5.0.0} -VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-master} +VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-v0.9} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.0.0} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git} @@ -547,7 +547,7 @@ export GIT_REPO_FLAMEGRAPH export GIT_REPO_QEMU : ${GIT_REPO_QEMU_SPDK=https://github.com/spdk/qemu} export GIT_REPO_QEMU_SPDK -: ${GIT_REPO_QEMU_VFIO=https://github.com/tmakatos/qemu} +: ${GIT_REPO_QEMU_VFIO=https://github.com/oracle/qemu} export GIT_REPO_QEMU_VFIO : ${GIT_REPO_LIBISCSI=https://github.com/sahlberg/libiscsi} export GIT_REPO_LIBISCSI