mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-05 07:35:31 +00:00
vmsix.c originally covers ptdev case but ACRN hypervisor need to support pure virtual PCI mediator, such as ivshmem device in this patch set. For better understanding the code changes from patch perspective, split the changes to several small patches. This patch moves most original vmsix code to pci_pt.c as they're mixed with ptdev specific operations. The subsequent patches will start the detail abstraction change. Tracked-On: #5407 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Li Fei <fei1.li@intel.com> Reviewed-by: Wang, Yu1 <yu1.wang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>