cloud-hypervisor/vmm
Samuel Ortiz 43b3642955 vmm: Clean Error handling up
We used to have errors definitions spread across vmm, vm, api,
and http.

We now have a cleaner separation: All API routines only return an
ApiResult. All VM operations, including the VMM wrappers, return a
VmResult. This makes it easier to carry errors up to the HTTP caller.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-10-04 09:36:33 +02:00
..
src vmm: Clean Error handling up 2019-10-04 09:36:33 +02:00
Cargo.toml vmm: {De}serialize VmConfig 2019-10-04 09:36:33 +02:00