mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-13 04:50: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:
@@ -71,7 +71,7 @@ void vsbl_set_bdf(int bnum, int snum, int fnum);
|
||||
int check_image(char *path);
|
||||
uint32_t acrn_create_e820_table(struct vmctx *ctx, struct e820_entry *e820);
|
||||
|
||||
int acrn_sw_load_direct(struct vmctx *ctx);
|
||||
int acrn_sw_load_bzimage(struct vmctx *ctx);
|
||||
int acrn_sw_load_vsbl(struct vmctx *ctx);
|
||||
int acrn_sw_load(struct vmctx *ctx);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user