05-09-2023, 01:23 PM
This seems to be a bug on the RK3399 that you need to use a single core type for KVM. On the RK3588S I can use any combination of cores for virtual machines and it works correctly.
If you use libvirt then it can be set in the XML:
If you use libvirt then it can be set in the XML:
Code:
<vcpu placement="static" cpuset="4-5">2</vcpu>