From: Daniel P. Berrangé Date: Thu, 27 Jun 2019 08:53:27 +0000 (+0100) Subject: docs: update QEMU driver docs to replace deprecated with deleted X-Git-Tag: v5.5.0-rc2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0859f3e16534c898ac6d73bf00500fe722ebd6e;p=thirdparty%2Flibvirt.git docs: update QEMU driver docs to replace deprecated with deleted Signed-off-by: Daniel P. Berrangé --- diff --git a/docs/drvqemu.html.in b/docs/drvqemu.html.in index aa61ee5ced..9deb135b18 100644 --- a/docs/drvqemu.html.in +++ b/docs/drvqemu.html.in @@ -427,7 +427,7 @@ mount -t cgroup none /dev/cgroup -o devices

Converting from QEMU args to domain XML

- Note: this operation is deprecated as of + Note: this operation is deleted as of 5.5.0 and will return an error.

diff --git a/docs/libvirt.css b/docs/libvirt.css index 960c3f07fe..e927a084a7 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -274,7 +274,7 @@ span.since { font-weight: bold; } -span.deprecated { +span.removed { color: darkred; font-style: italic; font-weight: bold;