Skip to content

Add support for nested virtualization #279

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

Open
cfergeau opened this issue Mar 11, 2025 · 2 comments
Open

Add support for nested virtualization #279

cfergeau opened this issue Mar 11, 2025 · 2 comments

Comments

@cfergeau
Copy link
Collaborator

m3/m4 CPUs on macos 15 have support for nested virtualization, it would be useful to optionally support this in vfkit. Code-Hex/vz wraps the needed APIs: Code-Hex/vz#159

@nirs
Copy link
Contributor

nirs commented Mar 14, 2025

See also the lima implementation, using the same vz library:
https://github.com/lima-vm/lima/blob/5bf53200e23559beef070d788ef3ae719194d6a3/pkg/vz/vm_darwin.go#L242

@cfergeau
Copy link
Collaborator Author

cfergeau commented Apr 9, 2025

krunkit is using -n --nested as the commandline argument to enable this containers/krunkit@7281398

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants