Skip to content

Commit

Permalink
add nestedVirtualization documentation to default.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: olalekan odukoya <[email protected]>
  • Loading branch information
olamilekan000 committed Dec 26, 2024
1 parent 0e4ad07 commit 4bf0bb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,17 @@ guestInstallPrefix: null
# 🟢 Builtin default: false
plain: null

# When the "nestedVirtualization" feature is enabled:
# - Allows running a VM inside the guest VM.
# - Requires hardware and host support for nested virtualization.
# - The guest VM must configure QEMU with the `-cpu host` parameters to run a nested VM:
# qemu-system-aarch64 -accel kvm -cpu host -M virt vmlinuz-virt initramfs-virt
# - Without specifying `-cpu host`, nested virtualization may fail with the error:
# qemu-system-aarch64: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument
# - Only supported on Apple M3 or later with `vmType: vz`.
# 🟢 Builtin default: false
nestedVirtualization: null

# ===================================================================== #
# GLOBAL DEFAULTS AND OVERRIDES
# ===================================================================== #
Expand Down

0 comments on commit 4bf0bb2

Please sign in to comment.