cloud-hypervisor/vmm
Fabiano Fidêncio 2c8045343c vmm,cpu: Deny resizing only if the vcpu amount has changed
188078467d made clear that resize should
only happen when dealing with a "dynamic" CpuManager.  Although this is
very much correct, it causes a regression on Kata Containers (and on any
other consumer of Cloud Hypervisor) in cases where a resize would be
triggered but the vCPUs values wouldn't be changed.

There's no doubt Kata Containers could do better and do not call a
resize in such situations, and that's something that should **also** be
solved there.  However, we should also work this around on Cloud
Hypervisor side as it introduces a regression with the current Kata
Containers code.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
2022-03-30 21:29:08 +01:00
..
src vmm,cpu: Deny resizing only if the vcpu amount has changed 2022-03-30 21:29:08 +01:00
Cargo.toml arch, devices, vmm: Remove "acpi" feature gate 2022-03-28 09:18:29 -07:00