File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -534,6 +534,16 @@ guestInstallPrefix: null
534
534
# 🟢 Builtin default: false
535
535
plain : null
536
536
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
+
537
547
# ===================================================================== #
538
548
# GLOBAL DEFAULTS AND OVERRIDES
539
549
# ===================================================================== #
You can’t perform that action at this time.
0 commit comments