]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Change virQEMUCapsInitPages to virCapabilitiesInitPages
authorMartin Kletzander <mkletzan@redhat.com>
Sat, 11 Mar 2017 15:32:13 +0000 (16:32 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 27 Mar 2017 11:13:29 +0000 (13:13 +0200)
commit335f6373f141969b49a239a05a6d125d4bbffeb4
tree82b437c24414ec8a1fad3bf7838762abbebd8179
parentd2d1dec1f5dbe74f56150127e90fa94bf66c62e8
Change virQEMUCapsInitPages to virCapabilitiesInitPages

This way more drivers can utilize the functionality without copying
the code.  And we can therefore test it in one place for all of them.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/conf/capabilities.c
src/conf/capabilities.h
src/libvirt_private.syms
src/qemu/qemu_capabilities.c