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

KVM not enabled in qemu aarch64 ChromeOS binaries #9407

Open
ericcurtin opened this issue Feb 29, 2024 · 3 comments
Open

KVM not enabled in qemu aarch64 ChromeOS binaries #9407

ericcurtin opened this issue Feb 29, 2024 · 3 comments
Labels
help wanted 🚑 Issues that Chromebrew developers don't know how to solve, or need help solving

Comments

@ericcurtin
Copy link

One of the advantages of using chromebrew vs the built in Debian environment is /dev/kvm is accessible. It's a pity kvm support isn't built in to the qemu binaries though.

$ qemu-system-aarch64 -accel help
Accelerators supported in QEMU binary:
tcg

@ericcurtin
Copy link
Author

This could have been worked around by installing podman and using say Fedora binaries as an example but podman install fails.

For the record, podman would probably be easier to get working over docker, for one you don't have to worry about starting daemons.

@satmandu
Copy link
Member

Feel free to submit a PR to reconfigure the qemu build to add kvm support...

@satmandu
Copy link
Member

building with --enable-kvm doesn't resolve this on armv7l. Please feel free to investigate further.

@satmandu satmandu added the help wanted 🚑 Issues that Chromebrew developers don't know how to solve, or need help solving label Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted 🚑 Issues that Chromebrew developers don't know how to solve, or need help solving
Projects
None yet
Development

No branches or pull requests

2 participants