mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-01 05:25:46 +00:00
A shared memory region can be provided either by the hypervisor or by the device model. Before recent schema changes this is telled by the "hv:/" or "dm:/" prefix. This patch adds another node under an IVSHMEM region to represent the provider, following the practice that information in the old-school encodings is split and put as separate XML nodes. Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com>