mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 09:17:58 +00:00
hv: rename io_emul.c to vmx_io.c
renamed: arch/x86/guest/io_emul.c -> arch/x86/guest/vmx_io.c renamed: include/arch/x86/guest/io_emul.h -> include/arch/x86/guest/vmx_io.h Tracked-On: #1842 Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <vcpu.h>
|
||||
#include <vm.h>
|
||||
#include <vmexit.h>
|
||||
#include <io_emul.h>
|
||||
#include <vmx_io.h>
|
||||
#include <ept.h>
|
||||
#include <vtd.h>
|
||||
#include <vcpuid.h>
|
||||
|
Reference in New Issue
Block a user