cloud-hypervisor/hypervisor
Muminul Islam f9b51a41b5 hypervisor: Add Vcpu trait
This Vcpu trait should be implemented by each underlying hypervisor.

Previously created hypervisor object should create the VM based on
already selected hypervisor and Vm object should create this vcpu
object based on same hyperviosr. Each of this object should be
referenced by trait object i.e <dyn Vcpu>.

Signed-off-by: Muminul Islam <muislam@microsoft.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2020-06-22 15:03:15 +02:00
..
src hypervisor: Add Vcpu trait 2020-06-22 15:03:15 +02:00
Cargo.toml hypervisor: Add Vcpu trait 2020-06-22 15:03:15 +02:00