From 48fb1771efbc0b19ffee08703c56788aed763a7e Mon Sep 17 00:00:00 2001 From: Changpeng Liu Date: Wed, 14 Dec 2022 10:09:11 +0800 Subject: [PATCH] test/vfio_user: remove unnecessary VFIO_QEMU_BIN default value The QEMU binary is configured in the CI configuration file, so we don't need to set it in the script now. Change-Id: I6d0f4092f7a15bda5718f60c9a3b42f7127a9807 Signed-off-by: Changpeng Liu Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15913 Tested-by: SPDK CI Jenkins Reviewed-by: Krzysztof Karas Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- test/vfio_user/common.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/vfio_user/common.sh b/test/vfio_user/common.sh index 9bccc6c25..4c7f11ab4 100644 --- a/test/vfio_user/common.sh +++ b/test/vfio_user/common.sh @@ -9,8 +9,6 @@ source "$rootdir/test/vhost/common.sh" # Verify vfio-user support of qemu. -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" return 1