acrn-hypervisor/hypervisor/include/arch/x86/guest
Shiqing Gao e2971ebc98 hv: vlapic: code clean-up
* rename `vlapic_set_intr_ready` to `vlapic_accept_intr`
 * replace calling of `vlapic_intr_edge` with `vlapic_set_intr`
 * remove `vlapic_intr_level` and `vlapic_intr_edge`

Tracked-On: #861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-01-11 09:44:10 +08:00
..
guest_pm.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
guest.h hv:fix MISRA-C violations in create_vm 2018-12-20 18:47:57 +08:00
mptable.h hv: use int32_t replace int 2018-12-12 13:08:10 +08:00
ucode.h HV:treewide:rename vcpu data structure 2018-11-05 15:35:49 +08:00
vcpu.h hv: emulate IA32_FEATURE_CONTROL MSR 2019-01-10 12:23:44 +08:00
vcpuid.h modulization: move virtual cpuid stuff into guest dir 2018-12-13 09:08:02 +08:00
vioapic.h hv: vioapici: Change interrupt pin to uint32_t 2019-01-10 23:52:25 +08:00
vlapic.h hv: vlapic: code clean-up 2019-01-11 09:44:10 +08:00
vm0_boot.h HV: modularization to refine boot/bsp related code. 2019-01-08 08:46:15 +08:00
vm.h hv: coding style: refine the remaining functions to one exit point 2018-12-21 19:39:56 +08:00
vmtrr.h modularization: clean up namings in vMTRR module 2018-12-14 09:43:06 +08:00
vpic.h hv:Unify the MACRO name for invalid interrupt pin 2019-01-10 23:52:25 +08:00