mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018 Intel Corporation. All rights reserved.
|
||||
* Copyright (C) 2019 Intel Corporation. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
Reference in New Issue
Block a user