mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-12 05:12:37 +00:00
Merge pull request #9865 from wainersm/qemu-coco-dev_updates
runtime: updates to qemu-coco-dev configuration
This commit is contained in:
commit
f7e0d6313b
@ -244,7 +244,7 @@ DEFDISABLEBLOCK := false
|
|||||||
DEFSHAREDFS_CLH_VIRTIOFS := virtio-fs
|
DEFSHAREDFS_CLH_VIRTIOFS := virtio-fs
|
||||||
DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs
|
DEFSHAREDFS_QEMU_VIRTIOFS := virtio-fs
|
||||||
# Please keep DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS in sync with TDX/SEV/SNP
|
# 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_STRATOVIRT_VIRTIOFS := virtio-fs
|
||||||
DEFSHAREDFS_QEMU_TDX_VIRTIOFS := none
|
DEFSHAREDFS_QEMU_TDX_VIRTIOFS := none
|
||||||
DEFSHAREDFS_QEMU_SEV_VIRTIOFS := none
|
DEFSHAREDFS_QEMU_SEV_VIRTIOFS := none
|
||||||
|
@ -55,7 +55,7 @@ rootfs_type=@DEFROOTFSTYPE@
|
|||||||
# List of valid annotation names for the hypervisor
|
# List of valid annotation names for the hypervisor
|
||||||
# Each member of the list is a regular expression, which is the base name
|
# 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"
|
# 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
|
# List of valid annotations values for the hypervisor
|
||||||
# Each member of the list is a path pattern as described by glob(3).
|
# 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@
|
disable_block_device_use = @DEFDISABLEBLOCK@
|
||||||
|
|
||||||
# Shared file system type:
|
# Shared file system type:
|
||||||
# - virtio-fs (default)
|
# - virtio-fs
|
||||||
# - virtio-9p
|
# - virtio-9p
|
||||||
# - virtio-fs-nydus
|
# - virtio-fs-nydus
|
||||||
# - none
|
# - none (default)
|
||||||
shared_fs = "@DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS@"
|
shared_fs = "@DEFSHAREDFS_QEMU_COCO_DEV_VIRTIOFS@"
|
||||||
|
|
||||||
# Path to vhost-user-fs daemon.
|
# Path to vhost-user-fs daemon.
|
||||||
|
Loading…
Reference in New Issue
Block a user