mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-20 06:44:27 +01:00
Support vcpu resizing on runtime side: 1. Calculate vcpu numbers in resource_manager using all the containers' linux_resources in the spec. 2. Call the hypervisor(vmm) to do the vcpu resize. 3. Call the agent to online vcpus. Fixes: #5030 Signed-off-by: Ji-Xinyou <jerryji0414@outlook.com> Signed-off-by: Yushuo <y-shuo@linux.alibaba.com>
kata-types
This crate is a collection of constants and data types shared by multiple Kata Containers components.
It defines constants and data types used by multiple Kata Containers components. Those constants and data types may be defined by Kata Containers or by other projects/specifications, such as:
Support
Operating Systems:
- Linux
License
This code is licensed under Apache-2.0.