acrn-hypervisor/hypervisor/include/arch/x86
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
..
guest to support firmware & ramdisk as multiboot mods 2018-05-15 17:19:37 +08:00
apicreg.h initial import 2018-05-11 14:44:28 +08:00
assign.h initial import 2018-05-11 14:44:28 +08:00
cpu.h Add page mask MACRO 2018-05-15 17:19:37 +08:00
cpuid.h initial import 2018-05-11 14:44:28 +08:00
gdt.h initial import 2018-05-11 14:44:28 +08:00
hv_arch.h add data structure in vm for enable trusty feature 2018-05-15 17:19:36 +08:00
idt.h initial import 2018-05-11 14:44:28 +08:00
intr_ctx.h initial import 2018-05-11 14:44:28 +08:00
io.h initial import 2018-05-11 14:44:28 +08:00
ioapic.h initial import 2018-05-11 14:44:28 +08:00
irq.h apicv: cancel event injection if vcpu is scheduled out 2018-05-15 17:19:36 +08:00
lapic.h initial import 2018-05-11 14:44:28 +08:00
mmu.h Add page mask MACRO 2018-05-15 17:19:37 +08:00
msr.h initial import 2018-05-11 14:44:28 +08:00
multiboot.h to support firmware & ramdisk as multiboot mods 2018-05-15 17:19:37 +08:00
softirq.h initial import 2018-05-11 14:44:28 +08:00
timer.h initial import 2018-05-11 14:44:28 +08:00
trusty.h add data structure in vm for enable trusty feature 2018-05-15 17:19:36 +08:00
vmexit.h initial import 2018-05-11 14:44:28 +08:00
vmx.h Simple get_vmx_cap() 2018-05-15 17:19:36 +08:00
vtd.h initial import 2018-05-11 14:44:28 +08:00
zeropage.h vm load: fix bug in loading kernel 2018-05-15 17:19:37 +08:00