HV: scan all physical PCI devices and store all needed info in array

Tracked-On: #2431
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Signed-off-by: Victor Sun <victor.sun@intel.com>
Reviewed-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
dongshen
2019-01-23 14:33:30 -08:00
committed by ACRN System Integration
parent 65f9370d76
commit e0f9d14011
3 changed files with 253 additions and 5 deletions

View File

@@ -195,6 +195,7 @@ void init_cpu_post(uint16_t pcpu_id)
timer_init();
setup_notification();
setup_posted_intr_notification();
init_pci_pdev_list();
/* Start all secondary cores */
startup_paddr = prepare_trampoline();