Files
acrn-hypervisor/hypervisor/arch/x86/guest
Li Fei1 da3ba68cb6 hv: remove corner case in ptirq_prepare_msix_remap
ptirq_prepare_msix_remap was called no matter whether MSI/MSI-X was enabled or not
and it passed zero to input parameter virtual MSI/MSI-X data field to indicate
MSI/MSI-X was disabled. However, it barely did nothing on this case.
Now ptirq_prepare_msix_remap is called only when  MSI/MSI-X is enabled. It doesn't
need to check whether MSI/MSI-X is enabled or not by checking virtual MSI/MSI-X
data field.

Tracked-On: #3475
Signed-off-by: Li Fei1 <fei1.li@intel.com>
2019-12-05 16:43:22 +08:00
..
2019-10-21 10:13:02 +08:00
2019-12-02 09:31:12 +08:00
2019-12-05 11:19:35 +08:00
2019-10-22 10:09:16 +08:00
2019-12-02 16:20:43 +08:00
2019-07-19 16:47:06 +08:00
2019-12-02 16:20:43 +08:00
2019-10-31 09:02:59 +08:00
2019-12-02 16:20:43 +08:00
2019-12-03 16:34:14 +08:00
2019-05-07 09:10:13 +08:00