On 27/9/23 17:12, Peter Maydell wrote:
Convert docs/specs/ivshmem-spec.txt to rST format.
In converting, I have dropped the sections on the device's command
line interface and usage, as they are already covered by the
user-facing docs in system/devices/ivshmem.rst.
I have also removed the reference to Memnic, because the URL is dead
and a web search suggests that whatever this was it's pretty much
sunk without trace.
Signed-off-by: Peter Maydell <peter.mayd...@linaro.org>
---
docs/specs/index.rst | 1 +
.../{ivshmem-spec.txt => ivshmem-spec.rst} | 63 +++++++------------
docs/specs/pci-ids.rst | 2 +-
docs/system/devices/ivshmem.rst | 2 +-
4 files changed, 26 insertions(+), 42 deletions(-)
rename docs/specs/{ivshmem-spec.txt => ivshmem-spec.rst} (88%)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>