mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
When init_vmsix_on_msi is called during the initialization of a pt device, the vmsix bar used for vmsix over msi is just created. No mapping/unmapping is done and pci_vdev_write_vbar should be called instead of vdev_pt_write_vbar at the time. Currently the Bar mapping is delayed till OS sizing the Bar. Backup vbar base_gpa to mmio_gpa is not required here becuase it will be done later when Bar mapping. Tracked-On: #5316 Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>