11-30-2019, 05:50 PM
(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)