mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
docs: Remove unused weirdly-named cross-reference targets
In the doc sources, we have a few cross-reference targets with odd names "pcsys_005fxyz". These are the legacy of the semi-automated conversion of the old info docs to rST (the '005f' is because ASCII 0x5f is '_' and the old info link names had underscores in them). Remove the targets which nothing links to, and rename the two targets which are used to something a bit more descriptive. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 20230421163642.1151904-1-peter.maydell@linaro.org Reviewed-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
cd22a0f520
commit
d6359e150d
7 changed files with 4 additions and 12 deletions
|
@ -29,7 +29,7 @@ Using igb
|
|||
=========
|
||||
|
||||
Using igb should be nothing different from using another network device. See
|
||||
:ref:`pcsys_005fnetwork` in general.
|
||||
:ref:`Network_emulation` in general.
|
||||
|
||||
However, you may also need to perform additional steps to activate SR-IOV
|
||||
feature on your guest. For Linux, refer to [4]_.
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
.. _pcsys_005fivshmem:
|
||||
|
||||
Inter-VM Shared Memory device
|
||||
-----------------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.. _pcsys_005fnetwork:
|
||||
.. _Network_Emulation:
|
||||
|
||||
Network emulation
|
||||
-----------------
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
.. _pcsys_005fusb:
|
||||
|
||||
USB emulation
|
||||
-------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue