]> git.ipfire.org Git - thirdparty/libvirt.git/commit
docs: add a page describing support guarantees for libvirt features
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 16 Nov 2017 17:11:55 +0000 (17:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 Nov 2017 16:39:14 +0000 (16:39 +0000)
commit9061b3090eaab66d2d2fb04c0b0613c4737899a4
tree2ed2692a07685ec95a4faab3a9482e5dc66993ae
parent01fb183c5b2cc941ec3e60945c0b1b50e4105260
docs: add a page describing support guarantees for libvirt features

While we have collective knowledge about the support status of various
parts of libvirt, this has never been formally documented, leaving our
users to guess.

Note, this document makes one change to our previous policy. It explicitly
declares the RPC protocol of libvirtd as being a supported interface. THis
accepts the reality that we can a) never change it without breaking compat
with old libvirt.so, b) there are both rust + go impls that are written
against the RPC protocol already.

Reviewed-by: John Ferlan <jferlan@redhat.com>
Reviewed-by: Jim Fehlig <jfehlig@suse.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
docs/docs.html.in
docs/support.html.in [new file with mode: 0644]