mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-10 06:18:09 +00:00
In current code, when read/write msix table, it first handle the case the offset is in pba range when msix talbe and pba share the same bar. But the code didn't add the condition whether pba bar equals msix table bar. It will cause problems for the passthrugh devices,whose pba and msix table don't share the same bar. Tracked-On: #1209 Signed-off-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Yin Fengwei <fengwei.yin@intel.com>