acrn-hypervisor/hypervisor/dm/vpci
Kaige Fu 1c0d7f78d0 HV: HV: make io_read_fn_t return true or false
This patch makes io_read_fn_t return true or false instead of void.
Returning true means that the handler in HV process the request completely.
Returning false means that we need to re-inject the request to DM after
processing it in HV.

Tracked-On: #2865
Signed-off-by: Kaige Fu <kaige.fu@intel.com>
2019-03-29 16:17:44 +08:00
..
pci_pt.c HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vdev.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vhostbridge.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vmsi.c HV: rename pci_priv.h to vpci_priv.h 2019-03-25 12:35:39 +08:00
vmsix.c HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vpci_priv.h HV: merge partition_mode.c and sharing_mode.c's code into vpci.c 2019-03-25 12:35:39 +08:00
vpci.c HV: HV: make io_read_fn_t return true or false 2019-03-29 16:17:44 +08:00