diff --git a/docs/how-to/ccv0.sh b/docs/how-to/ccv0.sh index 11110875a..60f8db4d8 100755 --- a/docs/how-to/ccv0.sh +++ b/docs/how-to/ccv0.sh @@ -328,14 +328,12 @@ install_guest_kernel_image() { } build_qemu() { + ${tests_repo_dir}/.ci/install_virtiofsd.sh ${tests_repo_dir}/.ci/install_qemu.sh } build_cloud_hypervisor() { - # While we still rely on the C version of virtiofsd, let's - # install QEMU, which will then bring virtiofsd together. - build_qemu - + ${tests_repo_dir}/.ci/install_virtiofsd.sh ${tests_repo_dir}/.ci/install_cloud_hypervisor.sh }