mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 17:58:30 +00:00
hv: rename RTCM source files
'ptcm' and 'ptct' are legacy name according to the latest TCC spec, hence rename below files to avoid confusing: ptcm.c -> rtcm.c ptcm.h -> rtcm.h ptct.h -> rtct.h Tracked-On: #5649 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#include <vtd.h>
|
||||
#include <logmsg.h>
|
||||
#include <trace.h>
|
||||
#include <ptct.h>
|
||||
#include <rtct.h>
|
||||
|
||||
#define DBG_LEVEL_EPT 6U
|
||||
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#include <reloc.h>
|
||||
#include <vacpi.h>
|
||||
#include <logmsg.h>
|
||||
#include <ptcm.h>
|
||||
#include <rtcm.h>
|
||||
|
||||
#define ENTRY_HPA1_LOW_PART1 2U
|
||||
#define ENTRY_HPA1_LOW_PART2 4U
|
||||
|
@@ -35,7 +35,7 @@
|
||||
#include <trampoline.h>
|
||||
#include <assign.h>
|
||||
#include <vgpio.h>
|
||||
#include <ptcm.h>
|
||||
#include <rtcm.h>
|
||||
|
||||
/* Local variables */
|
||||
|
||||
|
@@ -19,7 +19,7 @@
|
||||
#include <vtd.h>
|
||||
#include <vcpuid.h>
|
||||
#include <trace.h>
|
||||
#include <ptcm.h>
|
||||
#include <rtcm.h>
|
||||
|
||||
/*
|
||||
* According to "SDM APPENDIX C VMX BASIC EXIT REASONS",
|
||||
|
Reference in New Issue
Block a user