mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 19:32:20 +00:00
Implement the free_bars() method from the PciDevice trait which is used as part of the device removal process. Although there is only one BAR allocated by VirtioPciDevice simplify the code by using a vector. Signed-off-by: Rob Bradford <robert.bradford@intel.com>