cloud-hypervisor/vmm/src
Samuel Ortiz f0e618431d vmm: device_manager: Use consistent naming when adding devices
When adding devices to the guest, and populating the device model, we
should prefix the routines with add_. When we're just creating the
device objects but not yet adding them we use make_.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2019-11-19 13:36:21 -08:00
..
api vmm: api: Specify which integers are 64 bit wide 2019-11-12 08:39:05 -08:00
acpi.rs arch: vmm: Move ACPI tables creation to vmm crate 2019-11-07 14:02:27 +00:00
config.rs vmm: Fix rustfmt failure by removing extra ";" 2019-11-08 20:43:52 +00:00
cpu.rs vmm: Move CPU management code to its own module 2019-11-11 15:46:24 +00:00
device_manager.rs vmm: device_manager: Use consistent naming when adding devices 2019-11-19 13:36:21 -08:00
lib.rs vmm: Move CPU management code to its own module 2019-11-11 15:46:24 +00:00
vm.rs vmm: Move CPU management code to its own module 2019-11-11 15:46:24 +00:00