mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 09:41:30 +00:00
Put the cfgwrite code in write_cfg() for both sos and pre-launched VMs, and remove sharing_mode_cfgwrite() and partition_mode_cfgwrite(). Rename functions used by write_cfg(): vhostbridge_cfgwrite --> vhostbridge_write_cfg vdev_pt_cfgwrite --> vdev_pt_write_cfg vmsi_cfgwrite --> vmsi_write_cfg vmsix_cfgwrite --> vmsix_write_cfg Fix @pre for functions Tracked-On: #3056 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com> Reviewed-by: Yin Fengwei <fengwei.yin@intel.com>