You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
In these days, we are fixing a bug #584 that is caused by QEMU max VCPU number. And I found the max VCPU number for different QEMU versions are different. For QEMU 2.11 or 2.12 stable version. On Arm64 host with GICv3 support, the QEMU can support to 123 VCPUs. But in latest upstream/master code, the QEMU support 123 + 512 VCPUs.
In this case, should we need an environment like QEMU_VERSION for us to make code be more flexible? Because we don't force user to use specific QEMU version.