acrn-hypervisor/include/arch/x86
Jason Chen CJ 9f3c723d0a uefi: remove old interrupt injection method
we added uefi stub for hv, and want vm0 continue running under uefi env to
boot other uefi payload (osloader or bzImage).

during this, the uefi timer irq need be handled elegantly.

there are 3 types for uefi timer:
1. 8254 based on IRQ0 of PIC
2. HPET based on IOAPIC
3. HPET based on MSI

currently, we only support type 3 (HPET+MSI). But we are following a
in-correct flow to handle this timer interrupt:
- we set VMX_ENTRY_INT_INFO_FIELD directly if a timer interrupt happened
  before vcpu launching, this will make its vlapic mess up, which finally
  cause hpet timer stop.

this patch remove this in-correct approach, the new approach patch will
be followed by next patch.

Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
2018-03-21 12:14:01 +08:00
..
guest to support firmware & ramdisk as multiboot mods 2018-03-20 14:35:42 +08:00
apicreg.h initial import 2018-03-07 21:05:38 +08:00
assign.h initial import 2018-03-07 21:05:38 +08:00
cpu.h Add page mask MACRO 2018-03-20 14:19:41 +08:00
cpuid.h initial import 2018-03-07 21:05:38 +08:00
gdt.h initial import 2018-03-07 21:05:38 +08:00
hv_arch.h add data structure in vm for enable trusty feature 2018-03-15 16:26:55 +08:00
idt.h initial import 2018-03-07 21:05:38 +08:00
intr_ctx.h initial import 2018-03-07 21:05:38 +08:00
io.h initial import 2018-03-07 21:05:38 +08:00
ioapic.h initial import 2018-03-07 21:05:38 +08:00
irq.h uefi: remove old interrupt injection method 2018-03-21 12:14:01 +08:00
lapic.h initial import 2018-03-07 21:05:38 +08:00
mmu.h mmu: Rename several variables related to page table type 2018-03-20 16:44:53 +08:00
msr.h initial import 2018-03-07 21:05:38 +08:00
multiboot.h to support firmware & ramdisk as multiboot mods 2018-03-20 14:35:42 +08:00
softirq.h initial import 2018-03-07 21:05:38 +08:00
timer.h initial import 2018-03-07 21:05:38 +08:00
trusty.h add data structure in vm for enable trusty feature 2018-03-15 16:26:55 +08:00
vmexit.h initial import 2018-03-07 21:05:38 +08:00
vmx.h Simple get_vmx_cap() 2018-03-15 16:33:08 +08:00
vtd.h initial import 2018-03-07 21:05:38 +08:00
zeropage.h vm load: fix bug in loading kernel 2018-03-20 15:52:53 +08:00