From e380263ba1c0fdaf6d24403921e9ccc0d389b7ba Mon Sep 17 00:00:00 2001 From: Pawel Piatek Date: Mon, 25 Apr 2022 06:30:22 +0200 Subject: [PATCH] pkgdep/git: update qemu branch Branch "vfio-user-v0.93" has been silently removed. To fix pkgdep script, branch "vfio-user-dbfix" been chosen, but the reason behind this decision is unknown to me. Signed-off-by: Pawel Piatek Change-Id: I56dece900efcddfc020e13f2f8ef1019cc2185ec Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12358 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Monica Kenguva Reviewed-by: Ben Walker Reviewed-by: Jim Harris Reviewed-by: Paul Luse 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 e4de58cc7..f6aca96d8 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -556,7 +556,7 @@ function install_sources() { GIT_VERSION=2.25.1 IRDMA_VERSION=1.7.72 ICE_VERSION=1.8.3 -VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-v0.93} +VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-dbfix} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.2.0} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git}