mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-22 01:07:57 +00:00
HV: vuart: send msi for pci vuart type
if vuart type is pci-vuart, then use MSI interrupt split vuart_toggle_intr() control flow into vuart_trigger_level_intr() & trigger_vmcs9900_msix(), because MSI is edge triggered, no deassertion operation. Only trigger MSI for pci-vuart when assert interrupt. Tracked-On: #5394 Signed-off-by: Tao Yuhong <yuhong.tao@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com> Acked-by: Eddie Dong <eddie.dong@Intel.com>
This commit is contained in:
@@ -11,5 +11,6 @@
|
||||
#define MCS9900_DEV 0x9900U
|
||||
|
||||
extern const struct pci_vdev_ops vmcs9900_ops;
|
||||
void trigger_vmcs9900_msix(struct pci_vdev *vdev);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user