]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Get rid of virDomainCapsDevice
authorAndrea Bolognani <abologna@redhat.com>
Thu, 10 Mar 2016 18:52:52 +0000 (19:52 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Wed, 20 Apr 2016 10:41:54 +0000 (12:41 +0200)
commit29980231db81396d9fddd8a7d90daeb817bff5c8
tree504c70df6d0169423332ef9279c7c07011b32c6d
parent0d1579572a864c33621da4d01408f8bcb6de5d4a
conf: Get rid of virDomainCapsDevice

The struct contains a single boolean field, 'supported':
the meaning of this field is too generic to be limited to
devices only, and in fact it's already being used for
other things like loaders and OSs.

Instead of trying to come up with a more generic name just
get rid of the struct altogether.
src/conf/domain_capabilities.c
src/conf/domain_capabilities.h
src/qemu/qemu_capabilities.c
tests/domaincapstest.c