mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
In "commit 90480d" we use a pointer new_owner to point to the actual vPCI device for post-launched VM when this device is assigned to this post-launched VM from SOS. However, now DM will use SOS's vmsix_table_mmio_access_handler to trap vMSI-X table mmio access for post-launched VM. So we should use the post-launched VM's vPCI device in this case. Tracked-On: #3475 Signed-off-by: Li, Fei1 <fei1.li@intel.com>