Files
acrn-hypervisor/hypervisor/include/arch/x86
Mingqiang Chi de487fff2b hv:fix return value violations for vpic/vioapic
-- Change these APIs to void type, add pre-conditions,
   and move parameter-check to upper-layer functions.
   handle_vpic_irqline
   vpic_set_irqstate
   vpic_assert_irq
   vpic_deassert_irq
   vpic_pulse_irq
   vpic_get_irq_trigger
   handle_vioapic_irqline
   vioapic_assert_irq
   vioapic_deassert_irq
   vioapic_pulse_irq
-- Remove dead code
   vpic_set_irq_trigger

v1-->v2:
   add cleanup vpic
   change some APIs to void type, add pre-conditions,
   and move the parameter-check to upper-layer functions.

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
Acked-by: Anthony Xu <anthony.xu@intel.com>
2018-08-16 09:01:08 +08:00
..
2018-08-15 12:04:12 +08:00
2018-08-15 12:05:18 +08:00
2018-08-15 12:05:18 +08:00
2018-08-15 11:05:49 +08:00
2018-08-15 12:05:18 +08:00
2018-08-10 10:17:09 +08:00
2018-08-07 09:55:13 +08:00