cloud-hypervisor/vmm
Sebastien Boeuf d47f733e51 vmm: Break the cyclic dependency between DeviceManager and IO bus
By inserting the DeviceManager on the IO bus, we introduced some cyclic
dependency:

  DeviceManager ---> AddressManager ---> Bus ---> BusDevice
        ^                                             |
        |                                             |
        +---------------------------------------------+

This cycle needs to be broken by inserting a Weak reference instead of
an Arc (considered as a strong reference).

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2020-03-04 12:06:02 +00:00
..
src vmm: Break the cyclic dependency between DeviceManager and IO bus 2020-03-04 12:06:02 +00:00
Cargo.toml build(deps): bump libc from 0.2.66 to 0.2.67 2020-02-21 08:03:30 +00:00