Files
acrn-hypervisor/hypervisor/include/arch/x86/guest
Mingqiang Chi 1fc10d514c hv:Unify the MACRO name for invalid interrupt pin
There are the following definitions in hypervisor,
  define IOAPIC_INVALID_PIN      0xffU
  define VPIC_INVALID_PIN        0xffU
  define PTDEV_INVALID_PIN       0xffU
this patch unify them to:
  define INVALID_INTERRUPT_PIN   0xffffffffU

Tracked-On: #861
Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2019-01-10 23:52:25 +08:00
..
2018-12-12 13:08:10 +08:00
2018-12-20 18:47:57 +08:00
2018-12-12 13:08:10 +08:00
2018-11-05 15:35:49 +08:00
2019-01-10 12:23:44 +08:00