mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-03 19:05:23 +00:00
This issue is result from reporting interrupt when the interrupt ability of virtual xHCI is disabled. As Event Ring State Machine showed in Figure 20 of xHCI spec, following rules should be followed: 1 when RS bit of USBCMD register is zero, Event Ring should not be accessed; 2 when INTE bit of USBCMD register is zero, Interrupt should not be sent. Tracked-On: #1566 Signed-off-by: Xiaoguang Wu <xiaoguang.wu@intel.com> Reviewed-by: Liang Yang <liang3.yang@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>