cloud-hypervisor/vmm
Sebastien Boeuf 677c8831af vmm: Ensure uniqueness of generated identifiers
The device identifiers generated from the DeviceManager were not
guaranteed to be unique since they were not taking the list of
identifiers provided through the configuration.

By returning the list of unique identifiers from the configuration, and
by providing it to the DeviceManager, the generation of new identifiers
can rely both on the DeviceTree and the list of IDs from the
configuration.

Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
2022-05-02 13:26:15 +02:00
..
src vmm: Ensure uniqueness of generated identifiers 2022-05-02 13:26:15 +02:00
Cargo.toml build: bump clap from 3.1.13 to 3.1.14 2022-05-02 10:44:46 +00:00