mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
The current do PCI IO BAR remap in vdev_pt_allow_io_vbar. This patch split this function into vdev_pt_deny_io_vbar and vdev_pt_allow_io_vbar. vdev_pt_deny_io_vbar removes the old IO port mapping, vdev_pt_allow_io_vbar add the new IO port mapping. Tracked-On: #3475 Signed-off-by: Li Fei1 <fei1.li@intel.com>