acrn-hypervisor/hypervisor/common
Mingqiang Chi de4ab6fdfa hv:modulization for IO Emulation
-- rename io.c to io_emul.c, add io_emul.h
-- rename io_request.c to io_req.c,rename ioreq.h to io_req.h
-- move some APIs declaration from ioreq.h to io_emul.h
   related IO emulation

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
Reviewed-by: Eddie Dong <eddie.dong@intel.com>
	modified:   ../doc/acrn.doxyfile
	modified:   Makefile
	renamed:    arch/x86/io.c -> arch/x86/io_emul.c
	renamed:    common/io_request.c -> common/io_req.c
	modified:   include/arch/x86/hv_arch.h
	modified:   include/arch/x86/io.h
	new file:   include/arch/x86/io_emul.h
	renamed:    include/arch/x86/ioreq.h -> include/arch/x86/io_req.h
2019-01-21 13:49:54 +08:00
..
hv_main.c hv: hv_main: adjust vm exit trace position 2019-01-16 10:24:33 +08:00
hypercall.c HV: rename the term of vm_description to vm_config 2019-01-18 11:50:00 +08:00
io_req.c hv:modulization for IO Emulation 2019-01-21 13:49:54 +08:00
ptdev.c HV: check to avoid interrupt delay timer add twice 2019-01-21 11:18:08 +08:00
schedule.c hv: clean the "Procedure has more than one exit point". 2019-01-08 14:47:01 +08:00
softirq.c hv: remove the theoretic infinite loop 2018-12-05 13:17:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trusty_hypercall.c hv: tursty_hypercall: fix "Procedure has more than one exit point" 2018-12-27 09:04:32 +08:00
vm_load.c hv: fix sprintf and hypercall violations 2018-12-25 16:33:13 +08:00