Project ACRN hypervisor
Go to file
Yin Fengwei 96085d960f DM: release mem range allocated in init_pci
Two memory ranges are allocated:
  - PCI ECFG
  - PCI hole
They should be released when deinit_pci. Old code mark
this two ranges not unregistered. Which is wrong for
warm reboot case. Make them could be unregistered.

Signed-off-by: Yin Fengwei <fengwei.yin@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-05-15 17:25:55 +08:00
devicemodel DM: release mem range allocated in init_pci 2018-05-15 17:25:55 +08:00
doc doc: doxygen improvements and known issues hiding 2018-05-15 17:25:54 +08:00
hypervisor hv: mmu: replace cpu feature/capability detect with cpu_has_cap 2018-05-15 17:25:55 +08:00