acrn-hypervisor/hypervisor/include
Victor Sun 4702e743a8 HV: vm_load: change kernel type for zephyr image
Previously we only support loading raw format of zephyr image as prelaunched
Zephyr VM, this would cause guest F segment overridden issue because the zephyr
raw image covers memory space from 0x1000 to 0x100000 upper. To fix this issue,
we should support ELF format image loading so that parse and load the multiple
segments from ELF image directly.

Tracked-On: #6323

Signed-off-by: Victor Sun <victor.sun@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-08-18 13:30:48 +08:00
..
arch/x86/asm HV: vm_load: change kernel type for zephyr image 2021-08-18 13:30:48 +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: relocate ACPI DATA address to 0x7fe00000 2021-08-11 14:45:55 +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: tpm2: do tpm2 fixup for security vm 2021-08-11 14:45:55 +08:00