diff --git a/src/runtime/Makefile b/src/runtime/Makefile index 23d28085f6..69c86974c2 100644 --- a/src/runtime/Makefile +++ b/src/runtime/Makefile @@ -244,7 +244,7 @@ DEFDISABLEBLOCK := false DEFSHAREDFS_CLH_VIRTIOFS := virtio-fs DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs # Please keep DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS in sync with TDX/SEV/SNP -DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS := virtio-9p +DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS := none DEFSHAREDFS_STRATOVIRT_VIRTIOFS := virtio-fs DEFSHAREDFS_QEMU_TDX_VIRTIOFS := none DEFSHAREDFS_QEMU_SEV_VIRTIOFS := none diff --git a/src/runtime/config/configuration-qemu-coco-dev.toml.in b/src/runtime/config/configuration-qemu-coco-dev.toml.in index 417c486d30..83db1f5948 100644 --- a/src/runtime/config/configuration-qemu-coco-dev.toml.in +++ b/src/runtime/config/configuration-qemu-coco-dev.toml.in @@ -55,7 +55,7 @@ rootfs_type=@DEFROOTFSTYPE@ # List of valid annotation names for the hypervisor # Each member of the list is a regular expression, which is the base name # of the annotation, e.g. "path" for io.katacontainers.config.hypervisor.path" -enable_annotations = @DEFENABLEANNOTATIONS@ +enable_annotations = @DEFENABLEANNOTATIONSTEE@ # List of valid annotations values for the hypervisor # Each member of the list is a path pattern as described by glob(3). @@ -176,10 +176,10 @@ default_maxmemory = @DEFMAXMEMSZ@ disable_block_device_use = @DEFDISABLEBLOCK@ # Shared file system type: -# - virtio-fs (default) +# - virtio-fs # - virtio-9p # - virtio-fs-nydus -# - none +# - none (default) shared_fs = "@DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS@" # Path to vhost-user-fs daemon.