mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Fix spelling
Signed-off-by: Tim Wiederhake <twiederh@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
@@ -589,13 +589,13 @@ specific properties of devices instantiated by libvirt.
|
||||
The ``<qemu:device>`` sub-element groups overrides for a device identified via
|
||||
the ``alias`` attribute. The alias corresponds to the ``<alias name=''>``
|
||||
property of a device. It's strongly recommended to use user-specified aliases
|
||||
for devices with overriden properties.
|
||||
for devices with overridden properties.
|
||||
|
||||
Sub element ``<qemu:frontend>`` encapsulates all overrides of properties for the
|
||||
device frontend and overrides what libvirt formats via ``-device``.
|
||||
:since:`Since 8.2.0`.
|
||||
|
||||
The individual properties are overriden by a ``<qemu:property>`` element. The
|
||||
The individual properties are overridden by a ``<qemu:property>`` element. The
|
||||
``name`` specifies the name of the property to override. In case when libvirt
|
||||
doesn't configure the property a property with the name is added to the
|
||||
commandline. The ``type`` attribute specifies a type of the argument used. The
|
||||
@@ -612,7 +612,7 @@ remove a device property which is not formatted by libvirt will cause failure
|
||||
to startup the VM.
|
||||
|
||||
*Note:* The libvirt project doesn't guarantee any form of compatibility and
|
||||
stability of devices with overriden properties. The domain is tainted when
|
||||
stability of devices with overridden properties. The domain is tainted when
|
||||
such configuration is used.
|
||||
|
||||
Example:
|
||||
|
||||
Reference in New Issue
Block a user