From 6e09fdc4e56566222c37a70efd117008add9005c Mon Sep 17 00:00:00 2001 From: Kamil Godzwon Date: Wed, 30 Mar 2022 07:53:15 -0400 Subject: [PATCH] test/git: Update QEMU version QEMU version 6.2.0 update required due to an error while configuring the installation. On Rocky Linux, this prevents image building by Packer. Signed-off-by: Kamil Godzwon Change-Id: Ibea66d927513c2716a5c53f62e6a043a081f2f62 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/12094 Tested-by: SPDK CI Jenkins Community-CI: Broadcom CI Reviewed-by: Karol Latecki Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris --- 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 e8d535ddd..e4de58cc7 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -557,7 +557,7 @@ 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} -VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.0.0} +VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.2.0} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git} export GIT_REPO_SPDK