Files
kata-containers/src/runtime/virtcontainers/pkg/cloud-hypervisor/client/docs/VmInfo.md
Bo Chen c2d14cdeea 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>
2021-01-25 10:58:19 -08:00

488 B

VmInfo

Properties

Name Type Description Notes
Config VmConfig
State string
MemoryActualSize int64 [optional]
DeviceTree map[string]DeviceNode [optional]

[Back to Model list] [Back to API list] [Back to README]