acrn-hypervisor/hypervisor/dm
Conghui Chen 05acc8b705 hv: vuart: bugfix for communication vuart
When a VM send data to its communication vuart, the vuart driver should
inject a DR interrupt to target VM and also inject a THRE interrupt to
self VM. But the original code inject the THRE interrupt to target VM,
correct it in this patch.

Tracked-On: #3423
Signed-off-by: Conghui Chen <conghui.chen@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-07-18 09:28:27 +08:00
..
vpci vhostbridge: update vhostbridge to use vdev_ops 2019-07-15 10:35:47 +08:00
io_req.c hv: io_req: refine vhm_req status setting 2019-07-11 09:15:47 +08:00
vioapic.c hv: vioapic: fix interrupt lost and redundant interrupt 2019-07-05 10:22:56 +08:00
vpic.c HV:Modularize vpic code to remove usage of acrn_vm 2019-06-13 09:54:52 +08:00
vrtc.c HV: fix violations touched type conversion 2019-07-11 09:16:09 +08:00
vuart.c hv: vuart: bugfix for communication vuart 2019-07-18 09:28:27 +08:00