chromebrew / chromebrew

Package manager for Chrome OS
https://chromebrew.github.io
GNU General Public License v3.0
2.34k stars 382 forks source link

KVM not enabled in qemu aarch64 ChromeOS binaries #9407

Open ericcurtin opened 9 months ago

ericcurtin commented 9 months ago

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 commented 9 months ago

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 commented 9 months ago

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

satmandu commented 7 months ago

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

github-actions[bot] commented 2 weeks ago

This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release with crew update && yes | crew upgrade, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Chromebrew is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly.