diff --git a/resources/linux-virtio-fs-config b/resources/linux-virtio-fs-virtio-iommu-config similarity index 100% rename from resources/linux-virtio-fs-config rename to resources/linux-virtio-fs-virtio-iommu-config diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 58ed98647..f8362c251 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -84,9 +84,9 @@ LINUX_CUSTOM_DIR="linux-custom" if [ ! -f "$VMLINUX_IMAGE" ]; then SRCDIR=$PWD pushd $WORKLOADS_DIR - git clone --depth 1 "https://github.com/sboeuf/linux.git" -b "virtio-fs" $LINUX_CUSTOM_DIR + git clone --depth 1 "https://github.com/sboeuf/linux.git" -b "virtio-fs-virtio-iommu" $LINUX_CUSTOM_DIR pushd $LINUX_CUSTOM_DIR - cp $SRCDIR/resources/linux-virtio-fs-config .config + cp $SRCDIR/resources/linux-virtio-fs-virtio-iommu-config .config make bzImage -j `nproc` cp vmlinux $VMLINUX_IMAGE cp arch/x86/boot/bzImage $BZIMAGE_IMAGE