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:
David B. Kinder
2022-02-18 08:59:09 -08:00
committed by David Kinder
parent 34037b88e0
commit 97855c54c2
2 changed files with 5 additions and 5 deletions

View File

@@ -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.