]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move some functions to qemu_capspriv.h
authorAndrea Bolognani <abologna@redhat.com>
Wed, 5 Apr 2017 13:38:37 +0000 (15:38 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 6 Apr 2017 08:07:43 +0000 (10:07 +0200)
commit2e5de445a159f2627dbd3ec2c90bfb2310d4eb74
tree5add70009fe170588df21009964e97f765c8d52d
parent611ddefc1666459688bfe68e79f2ddc07d417831
qemu: Move some functions to qemu_capspriv.h

This header file has been created so that we can expose
internal functions to the test suite without making them
public: those in qemu_capabilities.h bearing the comment

  /* Only for use by test suite */

are obvious candidates for being moved over.
src/qemu/qemu_capabilities.h
src/qemu/qemu_capspriv.h
tests/qemuhelptest.c