cloud-hypervisor/vmm
Samuel Ortiz 8916dad2da vmm: api: Add cloud-hypervisor OpenAPI documentation
The cloud-hypervisor API uses HTTP as a transport and is accessible
through a local UNIX socket.

The API root path is /api/v1 and is a collection of RPC-style methods.
All methods are static, unlike typical REST APIs. Variable (e.g. device
IDs) are passed through the request body.

Fixes: #244

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-10-04 09:36:33 +02:00
..
src vmm: api: Add cloud-hypervisor OpenAPI documentation 2019-10-04 09:36:33 +02:00
Cargo.toml devices, vmm: Add legacy CMOS device 2019-10-03 14:57:49 +01:00