cloud-hypervisor/vmm
Samuel Ortiz 6a722e5c0b vmm: config: Make VhostUser configs serializable
They point to a vm_virtio structure (VhostUserConfig) and in order to
make the whole config serializable (through the serde crate for
example), we'd have to add a serde dependency to the vm_virtio crate.

Instead we use a local, serializable structure and convert it to
VhostUserConfig from the DeviceManager code.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-10-04 09:36:33 +02:00
..
src vmm: config: Make VhostUser configs serializable 2019-10-04 09:36:33 +02:00
Cargo.toml vmm: api: Add HTTP server 2019-10-04 09:36:33 +02:00