mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Create the virtio devices independently of adding them to the PCI bus. Instead accrue the devices in a vector and add them to the bus en-masse. This will allow the virtio device creation to be used independently of PCI based transport. Signed-off-by: Rob Bradford <robert.bradford@intel.com>