mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 01:30:13 +00:00
We didn't release mmio/io data structure related with PCI bar of pci dev. Which could trigger memory leak when reboot UOS. With the new patch, we release the mmio/io data structure when pci core tries to deinit pci device. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Eddie Dong <Eddie.dong@intel.com>