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:
Sainath Grandhi
2018-08-10 10:45:59 -07:00
committed by lijinxia
parent 4e99afcc2f
commit 9e02ef54c7
3 changed files with 55 additions and 4 deletions

View File

@@ -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