edera-dev / krata

krata is a Xen control plane in Rust.
GNU General Public License v2.0
275 stars 11 forks source link

feature(krata): first pass on cpu hotplug support #340

Closed azenla closed 3 months ago

azenla commented 3 months ago

This implements what is needed for basic CPU hotplugging. The init still needs to initialize CPUs in /sys/devices/system/cpu, and in tests, there is still some problems. However, this change is still very valuable.