From 4070c65d9bbaa1b004761f80cfb5bbd4d94861c3 Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Mon, 8 Aug 2022 09:23:53 +0200 Subject: [PATCH] test/vfio_user: Update QEMU_BIN to use vfio-user-dbfix This follows e380263ba1 - all CI nodes have been updated to an image which ships with that particular version of vfio-user QEMU. Signed-off-by: Michal Berger Change-Id: I2029f48014868366881790a4e258190e3f83b0d0 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/13894 Reviewed-by: Tomasz Zawadzki Reviewed-by: Changpeng Liu Reviewed-by: Dong Yi Reviewed-by: GangCao Reviewed-by: Konrad Sztyber Community-CI: Broadcom CI Tested-by: Tomasz Zawadzki --- test/vfio_user/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/vfio_user/common.sh b/test/vfio_user/common.sh index 32077132c..4176c3d9d 100644 --- a/test/vfio_user/common.sh +++ b/test/vfio_user/common.sh @@ -2,7 +2,7 @@ : ${MALLOC_BLOCK_SIZE=512} # Verify vfio-user support of qemu. -QEMU_BIN="/usr/local/qemu/vfio-user-v0.93/bin/qemu-system-x86_64" +QEMU_BIN="/usr/local/qemu/vfio-user-dbfix/bin/qemu-system-x86_64" function clean_vfio_user() { trap - ERR