mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
Introduces a tuple holding both information needed by pci_id_list and pci_devices. Changes pci_devices to be a BTreeMap of this new tuple. Now that pci_devices holds the information needed from pci_id_list, pci_id_list is no longer needed. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>