acrn-hypervisor/hypervisor/dm/vpci
Shiqing Gao 97aeb7f4ff hv: pgtable: fix 'Use of function like macro'
Convert HPA2HVA, HVA2HPA, GPA2HVA and HVA2GPA to inline functions.

v1 -> v2:
 * Modify the following statement.
   rsdp = biosacpi_search_rsdp((char *)hpa2hva((uint64_t)(*addr << 4)),
                                                                0x400);
   Instead of "(uint64_t)(*addr << 4)", "(uint64_t)(*addr) << 4U" would
   be clearer.

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-09-07 11:11:06 +08:00
..
hostbridge.c HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
pci_priv.h HV: Fix VPCI bugs found in integration testing for partition mode 2018-09-03 11:26:30 +08:00
pci_pt.c hv: pgtable: fix 'Use of function like macro' 2018-09-07 11:11:06 +08:00
pci_vdev.c HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00
vpci.c HV: VPCI coding style fix 2018-09-03 11:26:30 +08:00