]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: drvqemu: Remove inaccuate limitations statement
authorPeter Krempa <pkrempa@redhat.com>
Mon, 21 Nov 2022 12:47:52 +0000 (13:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 5 Dec 2022 11:00:55 +0000 (12:00 +0100)
We don't refuse override definitions for device which doesn't exist and
the same way don't care about 'remove' being used on a property which is
not actually formatted by libvirt. Drop the paragraph claiming the
contrary.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
docs/drvqemu.rst

index b31b1785db5bfe6860734d0d0c43cc19a1fa8b6e..bbd51066a178fd010fc2eb1ee08004e93f3a357b 100644 (file)
@@ -727,10 +727,6 @@ The properties of a device can be queried directly in qemu (e.g. for the
 
   # qemu-system-x86_64 -device virtio-blk-pci,?
 
-Configuring override for a device alias which is not used or attempting to
-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 overridden properties. The domain is tainted when
 such configuration is used.