[libvirt] [PATCHv2 1/9] docs: hvsupport: Add support for deprecating hypervisor implementations

Ján Tomko jtomko at redhat.com
Mon Jun 17 15:03:04 UTC 2019


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 <pkrempa at redhat.com>
>---
> 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 <jtomko at redhat.com>

Jano


> </p>
>
> EOF
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20190617/444af933/attachment-0001.sig>


More information about the libvir-list mailing list