acrn-hypervisor/hypervisor/include/dm
dongshen c6a60dd29c HV: remove all CONFIG_PARTITION_MODE from dm/vpci code
Instead of using CONFIG_PARTITION_MODE at compile time to compile in and call
the partition mode/sharing mode specific functions, always compile in all sharing
mode and partition code, then calling the corresponding functions dynamically based
on vm type (PRE_LAUNCHED_VM and SOS_VM) at runtime.

Some misra c fix:
 Add @pre for functions
 Add const to function parameters

Add ASSERT in pci_cfgdata_io_read and pci_cfgdata_io_write

Tracked-On: #2534
Signed-off-by: dongshen <dongsheng.x.zhang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-03-25 12:35:39 +08:00
..
mptable.h HV: remove unused mptable info 2019-01-18 11:50:00 +08:00
pci.h HV: define function bdf_is_equal() to compare bdf 2019-02-25 09:03:09 +08:00
vioapic.h hv:cleanup header file for vm.c & vm.h 2019-02-03 13:50:42 +08:00
vpci.h HV: remove all CONFIG_PARTITION_MODE from dm/vpci code 2019-03-25 12:35:39 +08:00
vpic.h hv:cleanup header file for vm.c & vm.h 2019-02-03 13:50:42 +08:00