]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: caps: Aggregate all caps post-processing into a function
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Mar 2019 08:12:09 +0000 (09:12 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2019 09:58:09 +0000 (11:58 +0200)
commit26dbc2e72a9ab7aeaaaed53f0f8dff95b48c0e82
tree0fa7d8352d3f09dce24aefa54a94d7ca579e8b8f
parent87b906811b202ee2d7fabd6d782f7a3d99b1f2a8
qemu: caps: Aggregate all caps post-processing into a function

Some caps are cleared according to some more advanced logic after
detection. Split all that logic out into virQEMUCapsInitProcessCaps.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
src/qemu/qemu_capabilities.c