diff --git a/test/common/config/pkgdep/git b/test/common/config/pkgdep/git index fc8b1a2c6..f6738bf37 100644 --- a/test/common/config/pkgdep/git +++ b/test/common/config/pkgdep/git @@ -604,7 +604,7 @@ IRDMA_VERSION=1.7.72 ICE_VERSION=1.8.8 BPFTRACE_VERSION=v0.15.0 -VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-dbfix} +VFIO_QEMU_BRANCH=${VFIO_QEMU_BRANCH:-vfio-user-irqmask2} VANILLA_QEMU_BRANCH=${VANILLA_QEMU_BRANCH:-v7.0.0} BCC_BRANCH=${BCC_BRANCH:-6dac27d9} diff --git a/test/vfio_user/common.sh b/test/vfio_user/common.sh index 73ab3bf4b..0ec724fb3 100644 --- a/test/vfio_user/common.sh +++ b/test/vfio_user/common.sh @@ -4,7 +4,7 @@ source "$rootdir/test/vhost/common.sh" # Verify vfio-user support of qemu. -VFIO_QEMU_BIN=${VFIO_QEMU_BIN:-/usr/local/qemu/vfio-user-dbfix/bin/qemu-system-x86_64} +VFIO_QEMU_BIN=${VFIO_QEMU_BIN:-/usr/local/qemu/vfio-user-irqmask2/bin/qemu-system-x86_64} if [[ ! -e $VFIO_QEMU_BIN ]]; then error "$VFIO_QEMU_BIN QEMU not found, cannot run the vfio-user tests"