mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-29 19:24:23 +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:
@@ -504,6 +504,16 @@ components:
|
||||
id: id
|
||||
mac: mac
|
||||
mask: 255.255.255.0
|
||||
device_tree:
|
||||
key:
|
||||
children:
|
||||
- children
|
||||
- children
|
||||
pci_bdf: 6
|
||||
resources:
|
||||
- '{}'
|
||||
- '{}'
|
||||
id: id
|
||||
properties:
|
||||
config:
|
||||
$ref: '#/components/schemas/VmConfig'
|
||||
@@ -517,10 +527,39 @@ components:
|
||||
memory_actual_size:
|
||||
format: int64
|
||||
type: integer
|
||||
device_tree:
|
||||
additionalProperties:
|
||||
$ref: '#/components/schemas/DeviceNode'
|
||||
type: object
|
||||
required:
|
||||
- config
|
||||
- state
|
||||
type: object
|
||||
DeviceNode:
|
||||
example:
|
||||
children:
|
||||
- children
|
||||
- children
|
||||
pci_bdf: 6
|
||||
resources:
|
||||
- '{}'
|
||||
- '{}'
|
||||
id: id
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
resources:
|
||||
items:
|
||||
type: object
|
||||
type: array
|
||||
children:
|
||||
items:
|
||||
type: string
|
||||
type: array
|
||||
pci_bdf:
|
||||
format: int32
|
||||
type: integer
|
||||
type: object
|
||||
VmCounters:
|
||||
additionalProperties:
|
||||
additionalProperties:
|
||||
|
||||
Reference in New Issue
Block a user