mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-29 04:25:57 +00:00
Export the following functions as global instead of static so that they can be called/referred outside of the files where they are declared: vmsi_init vmsi_cfgread vmsi_cfgwrite vmsi_deinit vmsix_init vmsix_cfgread vmsix_cfgwrite vmsix_deinit This is in preparation for removal of the sharing modes vdev ops, and call them directly instead. Tracked-On: #2534 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>