Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nestedVirtualization is not documented in default.yaml and web site #3031

Open
AkihiroSuda opened this issue Dec 18, 2024 · 2 comments
Open
Labels
component/vz documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@AkihiroSuda
Copy link
Member

NestedVirtualization *bool `yaml:"nestedVirtualization,omitempty" json:"nestedVirtualization,omitempty" jsonschema:"nullable"`

Should be documented in:

# FURTHER ADVANCED CONFIGURATION

@AkihiroSuda AkihiroSuda added documentation Improvements or additions to documentation good first issue Good for newcomers component/vz labels Dec 18, 2024
@AkihiroSuda
Copy link
Member Author

The documentation should also say that QEMU inside the guest needs -cpu host:

qemu-system-aarch64 -accel kvm -cpu host -M virt -nographic -kernel vmlinuz-virt -initrd initramfs-virt

Otherwise it fails with qemu-system-aarch64: kvm_init_vcpu: kvm_arch_init_vcpu failed (0): Invalid argument

@AkihiroSuda
Copy link
Member Author

AkihiroSuda commented Dec 18, 2024

BTW this seems even slower than TCG 😞 (tested on M4 Max)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/vz documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant