mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 15:45:05 +00:00
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>