mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-07 12:17:21 +00:00
500d91311f
The code was moved from the vmm crate to the hypervisor crate. After the move it is trivially obvious that it only works with KVM. Use concrete types where possible. This allows us to drop create_device from the Vm trait. No functional change intended. Signed-off-by: Wei Liu <liuwe@microsoft.com>