mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-20 05:54:29 +01:00
Highlights from the Cloud Hypervisor release v16.0: 1) Improved live
migration support; 2) Improved `vhost-user` support; 3) ARM64 ACPI and
UEFI support; 4) Bug fixes.
Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases/tag/v16.0
Note: The client code of cloud-hypervisor's OpenAPI is automatically
generated by `openapi-generator` [1-2]. As the API changes do not
impact usages in Kata, no additional changes in kata's runtime are
needed to work with the current version of cloud-hypervisor.
[1] https://github.com/OpenAPITools/openapi-generator
[2] https://github.com/kata-containers/kata-containers/blob/main/src/runtime/virtcontainers/pkg/cloud-hypervisor/README.md
Fixes: #1992
Signed-off-by: Bo Chen <chen.bo@intel.com>
(cherry picked from commit 85c40001da)
1008 B
1008 B
NetConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Tap | string | [optional] [default to ] | |
| Ip | string | [optional] [default to 192.168.249.1] | |
| Mask | string | [optional] [default to 255.255.255.0] | |
| Mac | string | [optional] | |
| Iommu | bool | [optional] [default to false] | |
| NumQueues | int32 | [optional] [default to 2] | |
| QueueSize | int32 | [optional] [default to 256] | |
| VhostUser | bool | [optional] [default to false] | |
| VhostSocket | string | [optional] | |
| VhostMode | string | [optional] [default to client] | |
| Id | string | [optional] | |
| Fd | []int32 | [optional] | |
| RateLimiterConfig | RateLimiterConfig | [optional] |