cloud-hypervisor/vmm
Sebastien Boeuf d1390906c8 vmm: config: Derive Debug and PartialEq for configuration structures
In anticipation for the writing of unit tests comparing two VmConfig
structures, this commit derives the PartialEq trait for VmConfig and
all embedded structures.

This patch also derives the Debug trait for the same set of structures
so that we can print them to facilitate debugging.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2019-12-16 16:48:59 +01:00
..
src vmm: config: Derive Debug and PartialEq for configuration structures 2019-12-16 16:48:59 +01:00
Cargo.toml main: Move VmParams creation into a dedicated function 2019-12-16 16:48:59 +01:00