mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
docs: formatdomain: Remove 'elementsDevices' anchor
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
4fbaa15362
commit
dff53731ec
@ -2291,7 +2291,6 @@ event name Description
|
||||
``emulation_faults`` the count of emulation faults, that is when the kernel traps on unimplemented instrucions and emulates them for user space, by applications running on the platform ``perf.emulation_faults``
|
||||
=========================== ======================================================================================================================================================================================= ================================
|
||||
|
||||
:anchor:`<a id="elementsDevices"/>`
|
||||
|
||||
Devices
|
||||
-------
|
||||
|
@ -4645,7 +4645,7 @@ attach-device
|
||||
Attach a device to the domain, using a device definition in an XML
|
||||
file using a device definition element such as <disk> or <interface>
|
||||
as the top-level element. See the documentation at
|
||||
`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#elementsDevices>`__ to learn about
|
||||
`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#devices>`__ to learn about
|
||||
libvirt XML format for a device. If *--config* is specified the
|
||||
command alters the persistent guest configuration with the device
|
||||
attach taking effect the next time libvirt starts the domain.
|
||||
@ -5006,7 +5006,7 @@ Update the characteristics of a device associated with *domain*,
|
||||
based on the device definition in an XML *file*. The *--force* option
|
||||
can be used to force device update, e.g., to eject a CD-ROM even if it is
|
||||
locked/mounted in the domain. See the documentation at
|
||||
`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#elementsDevices>`__ to learn about
|
||||
`https://libvirt.org/formatdomain.html#elementsDevices <https://libvirt.org/formatdomain.html#devices>`__ to learn about
|
||||
libvirt XML format for a device.
|
||||
|
||||
If *--live* is specified, affect a running domain.
|
||||
|
Loading…
Reference in New Issue
Block a user