mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 09:47:44 +00:00
HV: vm_load: remove kernel_load_addr in sw_kernel_info struct
When guest kernel has multiple loading segments like ELF format image, just define one load address in sw_kernel_info struct is meaningless. The patch removes kernel_load_addr member in struct sw_kernel_info, the load address should be parsed in each specified format image processing. Tracked-On: #6323 Signed-off-by: Victor Sun <victor.sun@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
@@ -55,7 +55,6 @@ struct sw_module_info {
|
||||
|
||||
struct sw_kernel_info {
|
||||
void *kernel_src_addr; /* HVA */
|
||||
void *kernel_load_addr; /* GPA */
|
||||
void *kernel_entry_addr; /* GPA */
|
||||
uint32_t kernel_size;
|
||||
};
|
||||
|
Reference in New Issue
Block a user