On Mon, Jun 17, 2019 at 02:55:26PM +0200, Peter Krempa wrote:
Allow expressing that a hypervisor implementation was deleted by adding
a end-version when the implementation was removed to our hypervisor
support matrix.

This patch hacks the perl scrip that generates the support matrix to

script

support comments like:

.domainQemuAttach = qemuDomainQemuAttach, /* 0.8.3 (deprecated: 5.5.0) */

Signed-off-by: Peter Krempa <[email protected]>
---
docs/hvsupport.pl | 44 ++++++++++++++++++++++++++++++--------------
docs/libvirt.css  |  4 ++++
2 files changed, 34 insertions(+), 14 deletions(-)

diff --git a/docs/hvsupport.pl b/docs/hvsupport.pl
index a2b980c502..01026fc384 100755
--- a/docs/hvsupport.pl
+++ b/docs/hvsupport.pl
@@ -342,7 +351,8 @@ print <<EOF;
<p>
This page documents which <a href="html/">libvirt calls</a> work on
which libvirt drivers / hypervisors, and which version the API appeared
-in.
+in. If a hypervisor deprecated the implementations the version when it
+was removed is highlighted as <span class="deprecatedhv">this</span>.

s/highlighted as this/also mentioned (highlighted in <span class="deprecatedhv">dark 
red</span>/

Reviewed-by: Ján Tomko <[email protected]>

Jano


</p>

EOF

Attachment: signature.asc
Description: PGP signature

--
libvir-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to