From: Peter Krempa Date: Mon, 21 Nov 2022 12:47:52 +0000 (+0100) Subject: docs: drvqemu: Remove inaccuate limitations statement X-Git-Tag: v9.0.0-rc1~221 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=317cfb011b77fb1de58bcbc60d47d6b702326b99;p=thirdparty%2Flibvirt.git docs: drvqemu: Remove inaccuate limitations statement 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 Reviewed-by: Ján Tomko --- diff --git a/docs/drvqemu.rst b/docs/drvqemu.rst index b31b1785db..bbd51066a1 100644 --- a/docs/drvqemu.rst +++ b/docs/drvqemu.rst @@ -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.