mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 16:57:20 +00:00
hv: move split-lock logic into dedicated file
This patch move the split-lock logic into dedicated file to reduce LOC. This may make the logic more clear. Tracked-On: #5605 Signed-off-by: Jie Deng <jie.deng@intel.com>
This commit is contained in:
@@ -318,6 +318,7 @@ VP_DM_C_SRCS += arch/x86/guest/pm.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/assign.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/vmx_io.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/instr_emul.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/splitlock.c
|
||||
VP_DM_C_SRCS += arch/x86/guest/vm_reset.c
|
||||
VP_DM_C_SRCS += common/ptdev.c
|
||||
|
||||
|
Reference in New Issue
Block a user