mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-23 15:34:28 +01:00
versions: Update cloud-hypervisor to release v0.11.0
The release v0.11.0 of cloud-hypervisor features the following changes: 1) Improved Linux Boot Time, 2) `SIGTERM/SIGINT` Interrupt Signal, Handling 3) Default Log Level Changed, 4) `io_uring` support by default for `virtio-block` (on host kernel version 5.8+), 5) Windows Guest Support, 6) New `--balloon` Parameter Added, 7) Experimental `virtio-watchdog` Support, 8) Bug fixes. Fixes: #1089 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
|
||||
**Disks** | [**[]DiskConfig**](DiskConfig.md) | | [optional]
|
||||
**Net** | [**[]NetConfig**](NetConfig.md) | | [optional]
|
||||
**Rng** | [**RngConfig**](RngConfig.md) | | [optional]
|
||||
**Balloon** | [**BalloonConfig**](BalloonConfig.md) | | [optional]
|
||||
**Fs** | [**[]FsConfig**](FsConfig.md) | | [optional]
|
||||
**Pmem** | [**[]PmemConfig**](PmemConfig.md) | | [optional]
|
||||
**Serial** | [**ConsoleConfig**](ConsoleConfig.md) | | [optional]
|
||||
@@ -21,6 +22,7 @@ Name | Type | Description | Notes
|
||||
**SgxEpc** | [**[]SgxEpcConfig**](SgxEpcConfig.md) | | [optional]
|
||||
**Numa** | [**[]NumaConfig**](NumaConfig.md) | | [optional]
|
||||
**Iommu** | **bool** | | [optional] [default to false]
|
||||
**Watchdog** | **bool** | | [optional] [default to false]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user