mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-27 00:34:05 +00:00
fixup! shellcheck: fix configure-hypervisor.sh
This commit is contained in:
committed by
Zvonko Kaiser
parent
37707a70c8
commit
6d4aaf465f
@@ -460,6 +460,9 @@ generate_qemu_options() {
|
||||
# Support Ceph RADOS Block Device (RBD)
|
||||
[[ -z "${static}" ]] && qemu_options+=(functionality:--enable-rbd)
|
||||
|
||||
# Support NUMA topology
|
||||
qemu_options+=(functionality:--enable-numa)
|
||||
|
||||
# In "passthrough" security mode
|
||||
# (-fsdev "...,security_model=passthrough,..."), qemu uses a helper
|
||||
# application called virtfs-proxy-helper(1) to make certain 9p
|
||||
@@ -487,6 +490,9 @@ generate_qemu_options() {
|
||||
# Enable libc malloc_trim() for memory optimization.
|
||||
qemu_options+=(speed:--enable-malloc-trim)
|
||||
|
||||
# Required by multi-layer EROFS rootfs with fsmerge (VMDK flat-extent descriptor)
|
||||
qemu_options+=(functionality:--enable-vmdk)
|
||||
|
||||
#---------------------------------------------------------------------
|
||||
# Other options
|
||||
|
||||
|
||||
Reference in New Issue
Block a user