Skip to content

Commit 5f31a5f

Browse files
authored
Merge pull request #3061 from olamilekan000/document-nestedVirtualization-in-default-yaml
add nestedVirtualization documentation to default.yaml
2 parents badd9c4 + 728813f commit 5f31a5f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Diff for: templates/default.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,16 @@ guestInstallPrefix: null
534534
# 🟢 Builtin default: false
535535
plain: null
536536

537+
# When the "nestedVirtualization" feature is enabled:
538+
# - Allows running a VM inside the guest VM.
539+
# - The guest VM must configure QEMU with the `-cpu host` parameters to run a nested VM:
540+
# qemu-system-aarch64 -accel kvm -cpu host -M virt
541+
# - Without specifying `-cpu host`, nested virtualization may fail with the error:
542+
# qemu-system-aarch64: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument
543+
# - Only supported on Apple M3 or later with `vmType: vz`.
544+
# 🟢 Builtin default: false
545+
nestedVirtualization: null
546+
537547
# ===================================================================== #
538548
# GLOBAL DEFAULTS AND OVERRIDES
539549
# ===================================================================== #

0 commit comments

Comments
 (0)