acrn-hypervisor/hypervisor/include/dm
Yonghua Huang f791574f0e hv: refine the function pointer type of port I/O request handlers
In the definition of port i/o handler, struct acrn_vm * pointer
 is redundant as input, as context of acrn_vm is aleady linked
 in struct acrn_vcpu * by vcpu->vm, 'vm' is not required as input.

 this patch removes argument '*vm' from 'io_read_fn_t' &
 'io_write_fn_t', use '*vcpu' for them instead.

Tracked-On: #861
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2019-08-16 11:44:27 +08:00
..
io_req.h hv: refine the function pointer type of port I/O request handlers 2019-08-16 11:44:27 +08:00
mptable.h HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
vioapic.h HV: Clean vpic and vioapic logic when lapic is pt 2019-06-12 14:29:50 +08:00
vpci.h hv: vpci: split vPCI device from SOS for post-launched VM 2019-08-12 10:00:44 +08:00
vpic.h HV:Modularize vpic code to remove usage of acrn_vm 2019-06-13 09:54:52 +08:00
vuart.h HV: fix vuart.c "Parameter needs to add const" 2019-07-09 10:36:44 +08:00