cloud-hypervisor/vmm
Sebastien Boeuf 8142c823ed vmm: Move DeviceManager into an Arc<Mutex<>>
In anticipation of the support for device hotplug, this commit moves the
DeviceManager object into an Arc<Mutex<>> when the DeviceManager is
being created. The reason is, we need the DeviceManager to implement the
BusDevice trait and then provide it to the IO bus, so that IO accesses
related to device hotplug can be handled correctly.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-02-27 11:12:31 +01:00
..
src vmm: Move DeviceManager into an Arc<Mutex<>> 2020-02-27 11:12:31 +01:00
Cargo.toml build(deps): bump libc from 0.2.66 to 0.2.67 2020-02-21 08:03:30 +00:00