acrn-hypervisor/hypervisor/include/arch/x86/guest
Junjun Shan 83d1ddc6d8 hv:Delete the dead code
Delete the dead code get_irq_info(), local_get_irq_info() in io_request.c
and definition in guest.h.

v1->v2
 *the dead code used pointers which not checked before use, therefore it
  causes "pointer not checked for null before use". To make it clearly,
  modify the subject to "delete the dead code" directly.

 *remove dead code local_get_irq_info() in io_request.c and definition
  in guest.h together.

Tracked-On: #861
Signed-off-by: Junjun Shan <junjun.shan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-09-17 09:52:02 +08:00
..
gpr.h hv: move define of struct cpu_gp_regs to a separate headfile 2018-08-09 16:43:58 +08:00
guest_pm.h hv: treewide: fix 'No definition in system for prototyped procedure' 2018-07-20 10:38:32 +08:00
guest.h hv:Delete the dead code 2018-09-17 09:52:02 +08:00
mptable.h HV: Adding mptable support for partition mode ACRN 2018-08-03 13:36:40 +08:00
ucode.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
vcpu.h hv:Replace vlapic pointer with instance in vcpu_arch 2018-09-12 09:20:07 +08:00
vioapic.h hv:Replace vioapic pointer with instance in structure vm 2018-08-27 09:49:12 +08:00
vlapic.h hv:Move vlapic structure to vlapic.h 2018-09-12 09:20:07 +08:00
vm0_boot.h hv: move boot_ctx offset definitions 2018-08-14 13:05:06 +08:00
vm.h hv: Replace dynamic memory allocation for MSR bitmap 2018-09-12 09:20:07 +08:00
vpic.h hv: fix 'Procedure is not called or referenced in code analysed' 2018-09-06 12:01:30 +08:00