mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-08 04:09:11 +00:00
DM: Enable vsbl boot path.
There are two things here: 1. Enable basic vsbl boot functionality. 2. add long option to DM to specific vsbl file. So DM could choice to boot guest with vsbl. It's hard to find a suitable short option. So only long option is supported for vsbl file name option. If long option "--vsbl='vsbl_file_name'" is given in DM commandline, the "vsbl_file_name" will be loaded by DM first and running. vsbl will be response to lead guest to next boot stage. Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
struct vmctx;
|
||||
extern int guest_ncpus;
|
||||
extern char *guest_uuid_str;
|
||||
extern char *vsbl_file_name;
|
||||
extern char *vmname;
|
||||
extern bool stdio_in_use;
|
||||
|
||||
|
Reference in New Issue
Block a user