]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Make most qemuDomainMachine*() functions static
authorAndrea Bolognani <abologna@redhat.com>
Wed, 28 Nov 2018 16:34:07 +0000 (17:34 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Feb 2019 15:16:20 +0000 (16:16 +0100)
commit68e26a9ea223b0b77ab10c2346ba9738439b7c95
tree2aea56bdcafc3e37fc8a04bd18e99d650435d338
parent8a8b14718e646b7685a81b3bf0967667a6d80a15
qemu: Make most qemuDomainMachine*() functions static

Ideally we'd make all of them static, but there are a few
cases where we don't have a virDomainDef instance handy and
so they are the only option.

For the few ones we're forced to keep exporting, document
through comments that the alternative is preferred.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h