chromebrew / chromebrew

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

KVM not enabled in qemu aarch64 ChromeOS binaries #9407

Open ericcurtin opened 8 months ago

ericcurtin commented 8 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 8 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 8 months ago

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

satmandu commented 6 months ago

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