mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-08 01:54:44 +00:00
DM: VMcfg: support VM1 on MRB
Add build-in vm1 configuration for MRB platform, this is also an example about how to add new VM configurations Tracked-On: #1528 Acked-by: Yin Fengwei <fengwei.yin@intel.com> Signed-off-by: Tao Yuhong <yuhong.tao@intel.com>
This commit is contained in:
committed by
wenlingz
parent
ae5b32dcb3
commit
d2ed9955fd
@@ -7,6 +7,9 @@
|
||||
#include <vmcfg.h>
|
||||
|
||||
static struct vmcfg_arg *vmcfg_buildin_args[] = {
|
||||
#ifdef CONFIG_MRB_VM1
|
||||
&mrb_vm1_args,
|
||||
#endif /*CONFIG_MRB_VM1*/
|
||||
};
|
||||
|
||||
struct vmcfg_arg **args_buildin = vmcfg_buildin_args;
|
||||
|
||||
Reference in New Issue
Block a user