
7 Mar
2019
7 Mar
'19
3:21 a.m.
On Wed, Mar 06, 2019 at 19:16:48 +0100, Pavel Hrdina wrote:
Capabilities should not duplicate data that are obvious from our documentation and will not change with different QEMU binaries or the way how we compile libvirt.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> ---
I agree that this is not very useful. poolOptions->flags is more of a hint for the parser to do validation (since storage pools don't have postparse/validate callbacks). Many new features which would be worth detecting via queryable capabilities will not show up here, thus a different mechanism would be better suited. ACK