acrn-hypervisor/hypervisor/include
Victor Sun 178b3e85e3 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-19 20:00:45 +08:00
..
arch/x86/asm HV: vm_load: change kernel type for zephyr image 2021-08-19 20:00:45 +08:00
common hv:enable GVT-d for pre-launched linux guest in logical partion mode 2021-08-19 11:56:26 +08:00
debug hv: debug: Add hv console callback to VM-exit event 2021-07-22 10:08:23 +08:00
dm hv: mmiodev: a minor bug fix about refine acrn_mmiodev data structure 2021-08-19 12:01:35 +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