2020-07-24 10:53:40 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2020 Intel Corporation. All rights reserved.
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <vm_config.h>
|
|
|
|
#include <pci_devices.h>
|
|
|
|
#include <vpci.h>
|
|
|
|
#include <vbar_base.h>
|
|
|
|
#include <mmu.h>
|
|
|
|
#include <page.h>
|
2020-11-18 05:23:48 +08:00
|
|
|
|
|
|
|
struct acrn_vm_pci_dev_config sos_pci_devs[CONFIG_MAX_PCI_DEV_NUM];
|