acrn-hypervisor/hypervisor/debug
Jason Chen CJ 1c7d2f653a vuart: change irq from 4 to 6
irq 4 is sharing with idma, after change vuart to level trigger, the idma
driver could handle this irq 4 and send out EOI, which cause the irq storm.

move vuart irq to a not used 6.

Tracked-On: https://github.com/projectacrn/acrn-hypervisor/issues/1476
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
2018-10-19 18:06:31 +08:00
..
console.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
dump.c hv: fix ramdump regression 2018-09-26 10:41:09 +08:00
logmsg.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
npk_log.c hv: fix 'No brackets to then/else' 2018-10-11 16:48:11 +08:00
printf.c hv:Clear up printf related definition 2018-09-28 13:59:38 +08:00
sbuf.c HV:change the return type of sbuf_get and sbuf_put 2018-10-10 13:02:00 +08:00
shell.c hv:Simplify for-loop when walk through the vcpu 2018-10-19 14:23:08 +08:00
shell_priv.h hv: Fix identifier reuse 2018-10-15 09:04:34 +08:00
uart16550.c hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
uart16550.h hv:clear up the usage of printf data struct 2018-09-28 16:40:07 +08:00
vuart.c vuart: change irq from 4 to 6 2018-10-19 18:06:31 +08:00