mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 17:27:53 +00:00
hv: Partition mode ACRN -kernel load and bootargs load address
For Partition mode ACRN, kernel load address and Boot args load address are hardcoded. Boot args are currently passed from vm description for each VM. Renamed init_vm0_boot_info to init_vm_boot_info. Signed-off-by: Sainath Grandhi <sainath.grandhi@intel.com>
This commit is contained in:
committed by
lijinxia
parent
4e99afcc2f
commit
9e02ef54c7
@@ -79,6 +79,5 @@ struct multiboot_module {
|
||||
};
|
||||
|
||||
int parse_hv_cmdline(void);
|
||||
int init_vm0_boot_info(struct vm *vm);
|
||||
|
||||
int init_vm_boot_info(struct vm *vm);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user