acrn-hypervisor/hypervisor/include
Zide Chen a6677e6e69 hv: create new file core.c and pci.c
- move the functions to access physical PCI configuration space from
  pci_pt.c to the new file dm/hw/pci.c, so they can be accessed in
  sharing mode as well. The new folder dm/hw is created in order to
  move APIs talking to physical PCI devices out of dm/vpci.
- move the common vpci code from header file pci_priv.h to core.c.
- move file include/dm/vpci/vpci.h one level up. It seems the folder
  include/dm/vpci is not necessary.
- This patch only moves code around, and doesn't make any logical
  changes. Besides removes the static keyword from pci_pdev_read_cfg()
  and pci_pdev_write_cfg()

Tracked-On: #1568
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Signed-off-by: Zide Chen <zide.chen@intel.com>
Reviewed-by: Li, Fei1 <fei1.li@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-10-24 18:11:02 +08:00
..
arch/x86 hv: ept: remove EPT paging table for HPA to GPA 2018-10-23 09:12:51 +08:00
common HV:fixed "Pointer param should be declared pointer to const" 2018-10-19 22:49:38 +08:00
debug vuart: change irq from 4 to 6 2018-10-19 18:06:31 +08:00
dm hv: create new file core.c and pci.c 2018-10-24 18:11:02 +08:00
lib hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
public hv: add suffix(U/UL) to come up MISRA-C into include 2018-10-15 22:33:30 +08:00
hv_debug.h hv:Replace vuart pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
hypervisor.h hv: mmu: add pre-assumption for hpa2gpa 2018-10-23 09:12:51 +08:00