cloud-hypervisor/vmm/src/api
Sebastien Boeuf 9023444ad3 vmm: Add id field to --device through CLI
Add the ability to specify the "id" associated with a device, by adding
an extra option to the parameter --device.

This new option is not mandatory, and by default, the VMM will take care
of finding a unique identifier.

If the identifier provided by the user through this new option is not
unique, an error will be thrown and the VM won't be started.

Fixes #881

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-11 13:10:57 +00:00
..
openapi vmm: Add id field to --device through CLI 2020-03-11 13:10:57 +00:00
http_endpoint.rs vmm: api: Introduce new "remove-device" HTTP endpoint 2020-03-10 17:05:06 +00:00
http.rs vmm: api: Introduce new "remove-device" HTTP endpoint 2020-03-10 17:05:06 +00:00
mod.rs vmm: api: Introduce new "remove-device" HTTP endpoint 2020-03-10 17:05:06 +00:00