mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-08-31 16:37:07 +00:00
DM: sw_load: sw_load function name update
To align with file name, acrn_sw_load_direct() is changed to acrn_sw_load_bzimage(). Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
@@ -279,7 +279,7 @@ acrn_prepare_zeropage(struct vmctx *ctx, int setup_size)
|
||||
}
|
||||
|
||||
int
|
||||
acrn_sw_load_direct(struct vmctx *ctx)
|
||||
acrn_sw_load_bzimage(struct vmctx *ctx)
|
||||
{
|
||||
int ret, setup_size;
|
||||
uint64_t *cfg_offset = (uint64_t *)(ctx->baseaddr + GUEST_CFG_OFFSET);
|
||||
|
@@ -153,5 +153,5 @@ acrn_create_e820_table(struct vmctx *ctx, struct e820_entry *e820)
|
||||
int
|
||||
acrn_sw_load(struct vmctx *ctx)
|
||||
{
|
||||
return acrn_sw_load_direct(ctx);
|
||||
return acrn_sw_load_bzimage(ctx);
|
||||
}
|
||||
|
Reference in New Issue
Block a user