acrn-hypervisor/hypervisor/common
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
..
hv_main.c hv: decouple IO completion polling from idle thread 2018-12-27 12:35:40 +08:00
hypercall.c hv:Rename several APIs for vpic and vioapic 2019-01-08 14:32:20 +08:00
io_request.c hv: decouple IO completion polling from idle thread 2018-12-27 12:35:40 +08:00
ptdev.c hv: ptdev: fix MISRAC violations 2018-12-20 09:08:57 +08:00
schedule.c hv:Change phys_cpu_num to static 2018-12-28 23:26:31 +08:00
softirq.c hv: remove the theoretic infinite loop 2018-12-05 13:17:38 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
trusty_hypercall.c hv: tursty_hypercall: fix "Procedure has more than one exit point" 2018-12-27 09:04:32 +08:00
vm_load.c hv: fix sprintf and hypercall violations 2018-12-25 16:33:13 +08:00