mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 19:30:46 +00:00
config_tools: add ivshmem providers
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>
This commit is contained in:
@@ -25,7 +25,9 @@
|
||||
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
|
||||
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
|
||||
<IVSHMEM>
|
||||
<IVSHMEM_REGION name="shm_region_0">
|
||||
<IVSHMEM_REGION>
|
||||
<NAME>shm_region_0</NAME>
|
||||
<PROVIDED_BY>Hypervisor</PROVIDED_BY>
|
||||
<IVSHMEM_SIZE>2</IVSHMEM_SIZE>
|
||||
<IVSHMEM_VMS>
|
||||
<IVSHMEM_VM>
|
||||
|
@@ -38,7 +38,9 @@
|
||||
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
|
||||
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
|
||||
<IVSHMEM>
|
||||
<IVSHMEM_REGION name="shm_region_0">
|
||||
<IVSHMEM_REGION>
|
||||
<NAME>shm_region_0</NAME>
|
||||
<PROVIDED_BY>Hypervisor</PROVIDED_BY>
|
||||
<IVSHMEM_SIZE>2</IVSHMEM_SIZE>
|
||||
<IVSHMEM_VMS>
|
||||
<IVSHMEM_VM>
|
||||
|
@@ -25,7 +25,9 @@
|
||||
<L1D_VMENTRY_ENABLED>n</L1D_VMENTRY_ENABLED>
|
||||
<MCE_ON_PSC_DISABLED>n</MCE_ON_PSC_DISABLED>
|
||||
<IVSHMEM>
|
||||
<IVSHMEM_REGION name="shm_region_0">
|
||||
<IVSHMEM_REGION>
|
||||
<NAME>shm_region_0</NAME>
|
||||
<PROVIDED_BY>Hypervisor</PROVIDED_BY>
|
||||
<IVSHMEM_SIZE>2</IVSHMEM_SIZE>
|
||||
<IVSHMEM_VMS>
|
||||
<IVSHMEM_VM>
|
||||
|
Reference in New Issue
Block a user