mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-29 21:49:05 +00:00
vhost kernel driver needs the information of memory mapping between GPA and the virtual addresses in device model process. This is required for virtqueue related operations. This patch gets memory mapping information from vmctx then conveys to vhost. Tracked-On: #1329 Signed-off-by: Jian Jun Chen <jian.jun.chen@intel.com> Acked-by: Yu Wang <yu1.wang@intel.com>