12-02-2019, 11:45 AM
(11-30-2019, 05:50 PM)astr0baby Wrote:(11-23-2019, 03:52 PM)Mrfixit2001 Wrote: Updated kernel in v1.5 update just released. A new release on GitHub was also pushed. I added virtualization and kvm to the kernel, as requested.
I can confirm that this does not work on the stock Debian-Desktop distribution with Kernel 4.4.202
Qemu just bails out that that "kvm" accelerator not found
The Manjaro-ARM ( Kernel 5.4.0-1) works fine after setting
echo 0 > /sys/devices/system/cpu/cpu0/online
echo 0 > /sys/devices/system/cpu/cpu1/online
echo 0 > /sys/devices/system/cpu/cpu2/online
echo 0 > /sys/devices/system/cpu/cpu3/online
Then the 2 cores work with -enable-kvm ( tested with qemu-system-aarch64 4.1.93)
It looks like maybe you're trying to use the 64-bit kvm? The default userspace is 32-bit while the kernel is 64-bit. So it supports 64-bit but you'll need to configure multiarch first. Otherwise I expect qemu-system-arm will work.