acrn-hypervisor/arch/x86/guest
Zheng, Gen a0b206ba3c 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-03-20 15:52:53 +08:00
..
guest.c vm load: fix bug in loading kernel 2018-03-20 15:52:53 +08:00
instr_emul_wrapper.c initial import 2018-03-07 21:05:38 +08:00
instr_emul_wrapper.h initial import 2018-03-07 21:05:38 +08:00
instr_emul.c initial import 2018-03-07 21:05:38 +08:00
instr_emul.h initial import 2018-03-07 21:05:38 +08:00
time.h initial import 2018-03-07 21:05:38 +08:00
vcpu.c initial import 2018-03-07 21:05:38 +08:00
vioapic.c initial import 2018-03-07 21:05:38 +08:00
vlapic_priv.h initial import 2018-03-07 21:05:38 +08:00
vlapic.c align the coding style when access VMEXIT_QUAL 2018-03-19 16:36:22 +08:00
vm.c to support firmware & ramdisk as multiboot mods 2018-03-20 14:35:42 +08:00
vmcall.c initial import 2018-03-07 21:05:38 +08:00
vmsr.c initial import 2018-03-07 21:05:38 +08:00
vpic.c vpic: use calloc to init vpic instead of malloc 2018-03-15 16:25:53 +08:00