acrn-hypervisor/hypervisor/include
Victor Sun 2fbc4c26e6 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>
2021-08-03 13:44:51 +08:00
..
arch/x86/asm HV: vm_load: remove kernel_load_addr in sw_kernel_info struct 2021-08-03 13:44:51 +08:00
common hv: dm: Use new virtual device management ioctls 2021-07-15 11:53:54 +08:00
debug hv: debug: Add hv console callback to VM-exit event 2021-07-22 10:08:23 +08:00
dm hv: dm: Use new virtual device management ioctls 2021-07-15 11:53:54 +08:00
hw hv: add max payload to vrp 2021-06-15 08:53:53 +08:00
lib hv: minor coding style fix in list.h 2021-07-15 14:18:13 +08:00
public hv: dm: Remove aligned attribute of common structures 2021-07-15 11:53:54 +08:00