-
-
Notifications
You must be signed in to change notification settings - Fork 65
KVM
Maccraft123 edited this page May 23, 2021
·
3 revisions
KVM on big.LITTLE SoCs is kinda a hack. To have KVM on a device it is needed for SoC to support it and for boot firmware to run kernel under PL2.
Qemu also does not support big.LITTLE, without a hack.
This has worked for me on duet:
taskset -c 0-3 qemu-system-aarch64 -accel kvm -cpu cortex-a53
Cores specified in tasket
, in this example 0-3 HAVE to be A53