mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-22 07:44:25 +01:00
versions: Update cloud-hypervisor to release v0.12.0
Highlights for cloud-hypervisor version v0.12.0 include: removal of `vhost-user-net` and `vhost-user-block` self spawning, migration of `vhost-user-fs` backend, ARM64 enhancements with full support of `--watchdog` for rebooting, and enhanced `info` HTTP API to include the details of devices used by the VM including VFIO devices. Fixes: #1315 Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# DeviceNode
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **string** | | [optional]
|
||||
**Resources** | **[]map[string]interface{}** | | [optional]
|
||||
**Children** | **[]string** | | [optional]
|
||||
**PciBdf** | **int32** | | [optional]
|
||||
|
||||
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ Name | Type | Description | Notes
|
||||
**Config** | [**VmConfig**](VmConfig.md) | |
|
||||
**State** | **string** | |
|
||||
**MemoryActualSize** | **int64** | | [optional]
|
||||
**DeviceTree** | [**map[string]DeviceNode**](DeviceNode.md) | | [optional]
|
||||
|
||||
[[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