mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 02:08:04 +00:00
hv: modularization: change of multiboot API.
The init_multiboot_info() and sanitize_multiboot_ifno() APIs now require parameters instead of implicitly relying on global boot variables. Tracked-On: #5661 Signed-off-by: Vijay Dhanraj <vijay.dhanraj@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -41,7 +41,7 @@ static uint32_t parse_seed_arg(void)
|
||||
{
|
||||
const char *cmd_src = NULL;
|
||||
char *arg, *arg_end;
|
||||
struct acrn_multiboot_info *mbi = get_multiboot_info();
|
||||
struct acrn_multiboot_info *mbi = get_acrn_multiboot_info();
|
||||
uint32_t i = SEED_ARG_NUM - 1U;
|
||||
uint32_t len;
|
||||
|
||||
|
Reference in New Issue
Block a user