Files
acrn-hypervisor/hypervisor/arch/x86
Yan, Like 5b14df3a35 hv: irq: fix type for vector in ioapic setup
Fix the type for vector in ioapic setup, which is a potential problem:
- return VECTOR_INVALID instead of false in irq_desc_alloc_vector()
  when irq is out of range;
- change variable type from int to uint32_t for vector, and correct
  the returned value check.

Signed-off-by: Yan, Like <like.yan@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-06-26 10:47:35 +08:00
..
2018-06-22 16:12:52 +08:00
2018-06-22 16:12:52 +08:00
2018-06-22 16:12:01 +08:00
2018-06-14 13:41:45 +08:00
2018-06-22 16:12:52 +08:00
2018-06-22 16:12:52 +08:00
2018-06-22 16:12:01 +08:00
2018-06-22 12:18:45 +08:00