acrn-hypervisor/hypervisor/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 vm load: fix bug in loading kernel 2018-05-15 17:19:37 +08:00
assign.c ptdev: fix bug when update ptdev entry 2018-05-15 17:19:37 +08:00
cpu_primary.S initial import 2018-05-11 14:44:28 +08:00
cpu_secondary.S initial import 2018-05-11 14:44:28 +08:00
cpu.c Call monitor_cap_detect in bsp_boot_init 2018-05-15 17:19:36 +08:00
cpuid.c initial import 2018-05-11 14:44:28 +08:00
ept.c align the coding style when access VMEXIT_QUAL 2018-05-15 17:19:36 +08:00
gdt.c initial import 2018-05-11 14:44:28 +08:00
idt.S initial import 2018-05-11 14:44:28 +08:00
interrupt.c apicv: cancel event injection if vcpu is scheduled out 2018-05-15 17:19:36 +08:00
intr_lapic.c initial import 2018-05-11 14:44:28 +08:00
intr_main.c initial import 2018-05-11 14:44:28 +08:00
io.c initial import 2018-05-11 14:44:28 +08:00
ioapic.c initial import 2018-05-11 14:44:28 +08:00
irq.c initial import 2018-05-11 14:44:28 +08:00
mmu.c Remove unnecessary variable in map_mem 2018-05-15 17:19:37 +08:00
notify.c initial import 2018-05-11 14:44:28 +08:00
retpoline-thunk.S retpoline: add indirect thunk support 2018-05-15 17:19:36 +08:00
softirq.c initial import 2018-05-11 14:44:28 +08:00
timer.c initial import 2018-05-11 14:44:28 +08:00
trusty.c add create secure world ept API 2018-05-15 17:19:36 +08:00
vmexit.c align the coding style when access VMEXIT_QUAL 2018-05-15 17:19:36 +08:00
vmx_asm.S Jmp to vm_exit directly to avoid calling vmlaunch again if vm-entry fails in vmresume 2018-05-15 17:19:37 +08:00
vmx.c Simple get_vmx_cap() 2018-05-15 17:19:36 +08:00
vtd.c initial import 2018-05-11 14:44:28 +08:00