mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-04-25 01:05:19 +00:00
This commit eliminates several compiler warnings via: - added 'const' quilifier to the 1st argument of send_msg(); - added 'const' quilifier to vm ops functions. Signed-off-by: Yan, Like <like.yan@intel.com>