acrn-hypervisor/hypervisor/common
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
..
hv_main.c vcpu: replace start_vcpu with run_vcpu 2018-09-11 10:47:34 +08:00
hypercall.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00
io_request.c hv:Delete the dead code 2018-09-17 09:52:02 +08:00
ptdev.c HV: improve pass-thru device interrupt process 2018-09-10 10:12:45 +08:00
schedule.c idle: enable IRQ in default idle 2018-08-15 12:05:18 +08:00
softirq.c hv: softirq: refine softirq 2018-08-01 11:36:27 +08:00
stack_protector.c HV:common:fix "expression is not Boolean" 2018-06-20 14:19:47 +08:00
static_checks.c hv: add compile time assert for static checks 2018-08-14 13:05:06 +08:00
trusty_hypercall.c hv: treewide: fix 'Expression is not Boolean' 2018-09-03 11:23:53 +08:00
vm_load.c hv:treewide:fix multiple MISRAC violations 2018-09-13 11:12:29 +08:00