mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-06 11:20:32 +00:00
doc: quick doc fix to remove build error from IVSHMEM changes
PR #7115 removed ``IVSHMEM_ENABLED`` and ``IVSHMEM_REGION`` from ``types.xsd``. We'll need to update the documentation to reflect this change, but for now we need to remove the doc build error. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
committed by
David Kinder
parent
34037b88e0
commit
97855c54c2
@@ -350,7 +350,7 @@ arguments used for configuration. Here is a table describing these emulated dev
|
||||
- Inter-VM shared memory (ivshmem) virtualized PCI device used specifically
|
||||
for shared memory between VMs. Parameters should be added with the format
|
||||
``ivshmem,<shm_name>,<shm_size>``. ``<shm-name>`` specifies a shared memory
|
||||
name, and must be listed in :option:`hv.FEATURES.IVSHMEM.IVSHMEM_REGION`
|
||||
name, and must be listed in ``hv.FEATURES.IVSHMEM.IVSHMEM_REGION``
|
||||
as configured using the ACRN configurator tool UI, and needs to start
|
||||
with a ``dm:/`` prefix.
|
||||
|
||||
|
Reference in New Issue
Block a user