Files
acrn-hypervisor/hypervisor/debug
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-28 23:26:31 +08:00
2018-12-28 23:26:31 +08:00
2018-11-06 13:37:33 +08:00
2018-12-28 23:26:31 +08:00
2018-12-12 13:08:10 +08:00
2018-12-26 13:50:26 +08:00
2018-11-02 11:05:32 +08:00