acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang dd6a5fbe95 HV: Add hypercall to set/clear IRQ line
- wraps ASSERT/DEASSERT IRQ line hypercalls.
    - remove 'intr_type' from set/clear IRQ line interface.
    - deprecate "IRQ_ASSERT", "IRQ_DEASSERT" & "IRQ_PULSE".
    - new adding hypercall will support "GSI_SET_HIGH"/
      "GSI_SET_LOW"/ "GSI_RAISING_PULSE"/ "GSI_FALLING_PULSE"
      operations

Tracked-On: #861
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-27 16:49:52 +08:00
..
guest.c hv: Enable the compiler warning as error for HV 2018-09-27 11:22:44 +08:00
instr_emul.c hv: drop the macro arguments acting as formal parameter names 2018-09-27 16:07:22 +08:00
instr_emul.h hv:Fix Implict conversion:actual to formal param 2018-09-18 13:09:39 +08:00
mptable.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pm.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
ucode.c hv:Fix unused var value on all paths 2018-09-26 11:10:21 +08:00
vcpu.c hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
vlapic_priv.h hv:Move vlapic structure to vlapic.h 2018-09-12 09:20:07 +08:00
vlapic.c hv: arch: fix 'Unused procedure parameter' 2018-09-26 10:48:55 +08:00
vm.c HV: modify code for intr storm detect & handling 2018-09-25 11:09:35 +08:00
vmcall.c HV: Add hypercall to set/clear IRQ line 2018-09-27 16:49:52 +08:00
vmsr.c hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00