acrn-hypervisor/hypervisor/common
Zheng, Gen 124910ba14 vm load: fix bug in loading kernel
According to the explaination for pref_address
in Documentation/x86/boot.txt, a relocating bootloader
should attempt to load kernel at pref_address if possible.
But due to a non-relocatable kernel will unconditionally
move itself and to run at perf address, no need to copy
kernel to perf_address by bootloader.

Signed-off-by: Zheng, Gen <gen.zheng@intel.com>
2018-05-15 17:19:37 +08:00
..
hv_main.c Simple get_vmx_cap() 2018-05-15 17:19:36 +08:00
hypercall.c add data structure in vm for enable trusty feature 2018-05-15 17:19:36 +08:00
schedule.c retpoline: replace indirect jmp in switch_to function 2018-05-15 17:19:36 +08:00
stack_protector.c initial import 2018-05-11 14:44:28 +08:00
vm_load.c vm load: fix bug in loading kernel 2018-05-15 17:19:37 +08:00