mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-01 00:47:23 +00:00
HV: modularization vm config code
- move sanitize_vm_config() from vm.c to vm_config.c; - move get_vm_config() from vm.h to vm_config.h; Tracked-On: #2291 Signed-off-by: Victor Sun <victor.sun@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -132,6 +132,7 @@ C_SRCS += boot/reloc.c
|
||||
C_SRCS += arch/x86/init.c
|
||||
|
||||
# configuration component
|
||||
C_SRCS += arch/x86/configs/vm_config.c
|
||||
ifeq ($(CONFIG_SHARING_MODE),y)
|
||||
C_SRCS += arch/x86/configs/sharing_config.c
|
||||
else ifeq ($(CONFIG_PARTITION_MODE),y)
|
||||
|
Reference in New Issue
Block a user