]> xenbits.xensource.com Git - libvirt.git/commit
conf: domcaps: Add 'backingStoreInput' domain capability
authorPeter Krempa <pkrempa@redhat.com>
Wed, 30 Oct 2019 15:54:56 +0000 (16:54 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 22 Nov 2019 11:51:27 +0000 (12:51 +0100)
commit757203ee523c8709291f05dd4ad6dbe49809f74b
tree79637eda5592e63151bb0c5e60dee1f50e713da4
parenteef089db78700e829f0b2ddc83f38b9cef2379bf
conf: domcaps: Add 'backingStoreInput' domain capability

Historically we've only supported the <backingStore> as an output-only
element for domain disks. The documentation states that it may become
supported on input. To allow management apps detectin once that happens
add a domain capability which will be asserted if the hypervisor driver
will be able to obey the <backingStore> as configured on input.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/formatdomaincaps.html.in
docs/schemas/domaincaps.rng
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h