acrn-hypervisor/hypervisor/arch/x86
Mingqiang Chi 7907fef59e hv:Rename several APIs for vpic and vioapic
vpic:
   vpic_set_irq         --> vpic_set_irqline
   vpic_get_irq_trigger --> vpic_get_irqline_trigger_mode
vioapic:
   vioapic_set_irq_nolock --> vioapic_set_irqline_nolock
   vioapic_set_irq        --> vioapic_set_irqline_lock
   vioapic_send_intr      --> vioapic_generate_intr

Tracked-On: #1842
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2019-01-08 14:32:20 +08:00
..
boot function name change in init.c 2018-12-19 09:07:14 +08:00
configs config: fix no serial output with SBL on UP2 2019-01-03 13:01:07 +08:00
guest hv: rename register_io_emulation_handler 2019-01-08 11:28:13 +08:00
assign.c hv:Rename several APIs for vpic and vioapic 2019-01-08 14:32:20 +08:00
cpu_caps.c hv:Change structure boot_cpu_data to static 2019-01-07 11:23:22 +08:00
cpu_state_tbl.c hv:Change structure boot_cpu_data to static 2019-01-07 11:23:22 +08:00
cpu.c hv:Change structure boot_cpu_data to static 2019-01-07 11:23:22 +08:00
e820.c hv: fix e820.c violations 2018-12-21 10:33:32 +08:00
ept.c hv: coding style: add const qualifier for some function 2019-01-02 09:35:00 +08:00
gdt.c fix "Procedure is not pure assembler" 2018-11-13 16:28:58 +08:00
idt.S move idt.S and idt.h out of boot component 2018-12-12 09:07:43 +08:00
init.c init: move init_scheduler into cpu.c 2018-12-21 10:34:15 +08:00
io.c hv: rename register_io_emulation_handler 2019-01-08 11:28:13 +08:00
ioapic.c HV: x86: Fix "Variable should be declared static" 2018-12-26 13:47:51 +08:00
irq.c Patch for modularising ioapic.[c/h] and related files. 2018-12-21 09:58:25 +08:00
Kconfig HV: change serial PCI cfg to bus:dev.func format 2018-12-20 10:11:02 +08:00
lapic.c hv:Change structure boot_cpu_data to static 2019-01-07 11:23:22 +08:00
mmu.c hv: fix coding style violations in mmu.c 2018-12-26 14:17:24 +08:00
notify.c hv:Change phys_cpu_num to static 2018-12-28 23:26:31 +08:00
page.c hv: minimize the case of "identifier reuse" 2018-12-07 15:21:39 +08:00
pagetable.c hv: coding style: add const qualifier for some function 2019-01-02 09:35:00 +08:00
pm.c hv: update coding style for tampoline.c 2018-12-25 13:25:14 +08:00
retpoline-thunk.S license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
security.c hv: coding style: refine cpu related function to one exit 2018-12-21 13:34:01 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
timer.c hv:Change structure boot_cpu_data to static 2019-01-07 11:23:22 +08:00
trampoline.c hv: update coding style for tampoline.c 2018-12-25 13:25:14 +08:00
trusty.c hv: coding style: add const qualifier for some function 2019-01-02 09:35:00 +08:00
virq.c hv: virq: fix wrong coding style 2019-01-04 11:10:30 +08:00
vmcs.c hv: disable SMX (Safer Mode Extension) from guest CPUID 2019-01-04 16:05:50 +08:00
vmexit.c hv: vmexit: fix MISRA-C violations related to multiple exits 2018-12-20 23:05:13 +08:00
vmx_asm.S move security related funcs into security.c 2018-12-19 09:07:14 +08:00
vmx.c hv: vmcs: fix MISRA-C violations related to pointer 2018-12-19 13:04:23 +08:00
vtd.c hv: use asm_pause() to replace inline ASM to satisfy MISRAC 2018-12-27 12:35:40 +08:00
wakeup.S HV: modularization to refine pm related code. 2018-12-19 13:02:09 +08:00