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

Add option for enabling nested virtualization #415

Open
Fabiosilvero opened this issue Oct 3, 2023 · 0 comments
Open

Add option for enabling nested virtualization #415

Fabiosilvero opened this issue Oct 3, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@Fabiosilvero
Copy link

What feature do you want to see added?

Hello team !

We use Android QEMU device for automated tests, and we would like to, instead of using a custom GCE image with the licence key for nested virtualization, simply have a boolean to enable it, to avoid maintaining 2 images nearly identical.

Example :

enable_nested_virtualization: true

google compute instances create command seems to support it :

gcloud compute instances create VM_NAME \
  --enable-nested-virtualization \
  --zone=ZONE \
  --min-cpu-platform="Intel Haswell"

See Google doc.

Thanks and have a good day !

Upstream changes

No response

@Fabiosilvero Fabiosilvero added the enhancement New feature or request label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant