acrn-hypervisor/hypervisor/include/common
Liang Yi 3a50f949e1 hv/mod_irq: split irq.c into arch/x86/irq.c and common/irq.c
The common irq file is responsible for managing the central
irq_desc data structure and provides the following APIs for
host interrupt handling.
- init_interrupt()
- reserve_irq_num()
- request_irq()
- free_irq()
- set_irq_trigger_mode()
- do_irq()

API prototypes, constant and data structures belonging to common
interrupt handling are all moved into include/common/irq.h.

Conversely, the following arch specific APIs are added which are
called from the common code at various points:
- init_irq_descs_arch()
- setup_irqs_arch()
- init_interrupt_arch()
- free_irq_arch()
- request_irq_arch()
- pre_irq_arch()
- post_irq_arch()

Tracked-On: #5825
Signed-off-by: Peter Fang <peter.fang@intel.com>
Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com>
2021-03-24 11:38:14 +08:00
..
event.h hv: sched: simple event implemention 2020-01-07 11:23:32 +08:00
hypercall.h hv: rename hypercall for hv-emulated device management 2020-12-07 16:25:17 +08:00
irq.h hv/mod_irq: split irq.c into arch/x86/irq.c and common/irq.c 2021-03-24 11:38:14 +08:00
ptdev.h doc: fix doxygen 1.8.17 issues 2020-10-29 08:25:01 -07:00
schedule.h hv: remove kick_thread from scheduler module 2020-07-22 13:38:41 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00
vm_uuids.h HV: add VM uuid and type for pre-launched RTVM 2020-07-23 21:58:32 +08:00