mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-23 00:04:24 +01:00
Highlights for cloud-hypervisor version 0.14.0 include: 1) Structured event monitoring; 2) MSHV improvements; 3) Improved aarch64 platform; 4) Updated hotplug documentation; 6) PTY control for serial and virtio-console; 7) Block device rate limiting; 8) Plan to deprecate the support of "LinuxBoot" protocol and support PVH protocol only. Highlights for cloud-hypervisor version 0.13.0 include: 1) Wider VFIO device support; 2) Improve huge page support; 3) MACvTAP support; 4) VHD disk image support; 5) Improved Virtio device threading; 6) Clean shutdown support via synthetic power button. Details can be found: https://github.com/cloud-hypervisor/cloud-hypervisor/releases 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 latest 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: #1591 Signed-off-by: Bo Chen <chen.bo@intel.com>
894 B
894 B
DiskConfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Path | string | ||
| Readonly | bool | [optional] [default to false] | |
| Direct | bool | [optional] [default to false] | |
| Iommu | bool | [optional] [default to false] | |
| NumQueues | int32 | [optional] [default to 1] | |
| QueueSize | int32 | [optional] [default to 128] | |
| VhostUser | bool | [optional] [default to false] | |
| VhostSocket | string | [optional] | |
| PollQueue | bool | [optional] [default to true] | |
| RateLimiterConfig | RateLimiterConfig | [optional] | |
| Id | string | [optional] |