mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
HV: refine sos_vm config header
The sos_vm config under arch/x86/configs/$(CONFIG_BOARD) folder should be customer specific configuration, leave it back to customer. When hypervisor start building, it will check whether BOARD specific sos_vm.h exist in configs/$(CONFIG_BOARD) folder. If exist, then include this header; if not, then include default sos_vm config header under configs/default folder. 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:
@@ -180,8 +180,7 @@ enum acrn_vm_type {
|
||||
UNDEFINED_VM = 0,
|
||||
PRE_LAUNCHED_VM,
|
||||
SOS_VM,
|
||||
NORMAL_VM,
|
||||
/* PRIVILEGE_VM, */
|
||||
NORMAL_VM /* Post-launched VM */
|
||||
};
|
||||
|
||||
struct acrn_vm_mem_config {
|
||||
|
Reference in New Issue
Block a user