acrn-hypervisor/hypervisor/arch/x86/guest
Yonghua Huang c41f286085 hv: revise interfaces description in vlapic
Add comments for APIs:
 - vlapic_pending_intr();
 - vlapic_pending_accepted();
 - vlapic_post_intr();
 - lapicv_get_pir_desc_paddr();
 - vlapic_intr_level();
 - vlapic_intr_edge();
 - vlapic_set_local_intr();
 - vlapic_intr_msi();

Tracked-On: #1595
Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
2018-11-03 08:40:14 -07:00
..
guest.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
instr_emul.c hv: fix integer violations 2018-10-31 15:01:57 +08:00
instr_emul.h HV:vcpu fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
mptable.c hv: merge hv_lib.h and hypervisor.h 2018-09-27 15:55:41 +08:00
pm.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
ucode.c HV:fix "Pointer param should be declared pointer to const" 2018-10-25 13:45:14 +08:00
vcpu.c HV: add size check for shell log buffer usage 2018-11-02 09:13:57 +08:00
vlapic_priv.h hv: self-IPI APIC register in x2APIC mode of guest vLAPIC 2018-11-02 13:48:43 +08:00
vlapic.c hv: revise interfaces description in vlapic 2018-11-03 08:40:14 -07:00
vm.c hv: mmu: replace dynamic memory allocation in memory 2018-11-02 13:15:48 +08:00
vmcall.c hv: resolve the negative impacts to UOS MSI/MSI-X remapping 2018-11-01 21:22:10 +08:00
vmsr.c hv: LAPIC pass-thru support for partition mode of ACRN 2018-11-02 13:48:43 +08:00