mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
To enable static configuration of different scenarios, we configure VMs in HV code and prepare all nesserary resources for this VM in create VM hypercall. It means when we create one VM through hypercall, HV will read all its configuration and run it automatically. Tracked-On: #3663 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Signed-off-by: Yu Wang <yu1.wang@intel.com> Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>