From 1ca5b341e58c696daeca5efcfead734073cbbd93 Mon Sep 17 00:00:00 2001 From: Kamil Godzwon Date: Tue, 12 Jul 2022 07:31:32 -0400 Subject: [PATCH] pkgdep/git: update QEMU vanilla version to 7.0.0 Signed-off-by: Kamil Godzwon Change-Id: Iee62082b7ec6be57373495bdff84c99bf53f1345 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13644 Tested-by: SPDK CI Jenkins Reviewed-by: Tomasz Zawadzki Reviewed-by: Jim Harris Reviewed-by: Konrad Sztyber Reviewed-by: Pawel Piatek Reviewed-by: Michal Berger 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 cee1b8ee2..098d18be8 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -574,7 +574,7 @@ ICE_VERSION=1.8.8 BPFTRACE_VERSION=v0.15.0 VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-dbfix} -VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v6.2.0} +VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v7.0.0} BCC_BRANCH=${BCC_BRANCH:-6dac27d9} : ${GIT_REPO_SPDK=https://github.com/spdk/spdk.git}