mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: pci: add hide pci devices configuration for apl-up2
Other Platforms are not added for now. Tracked-On: #3465 Signed-off-by: Li Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <types.h>
|
||||
#include <misc_cfg.h>
|
||||
#include <host_pm.h>
|
||||
#include <pci.h>
|
||||
|
||||
/* forward declarations */
|
||||
struct acrn_vm;
|
||||
@@ -21,6 +22,7 @@ struct platform_clos_info {
|
||||
extern struct dmar_info plat_dmar_info;
|
||||
extern struct platform_clos_info platform_clos_array[MAX_PLATFORM_CLOS_NUM];
|
||||
extern const struct cpu_state_table board_cpu_state_tbl;
|
||||
extern const union pci_bdf plat_hidden_pdevs[MAX_HIDDEN_PDEVS_NUM];
|
||||
|
||||
/* board specific functions */
|
||||
void create_prelaunched_vm_e820(struct acrn_vm *vm);
|
||||
|
Reference in New Issue
Block a user