Files
kata-containers/src/libs/kata-types
Ji-Xinyou fa6dff9f70 feat(runtime-rs): support vcpu resizing on runtime side
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>
2023-06-12 17:53:16 +08:00
..
2022-06-10 19:55:39 +08:00

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.