]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move functions around
authorAndrea Bolognani <abologna@redhat.com>
Wed, 28 Nov 2018 15:15:31 +0000 (16:15 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Feb 2019 15:16:12 +0000 (16:16 +0100)
commit4028d7a46a075ce06da5d759851f0f1f5ff2fdb8
tree04d42b58e2e5a63466686b2c49b217a3851671e7
parent616beb17d44e17f77ac4505eb014fb7cacb04b34
qemu: Move functions around

Make sure related functions, eg. all qemuDomainIs*(), are
close together instead of being sprinkled throughout both
the header and implementation file, and also that all
qemuDomainMachine*() functions are declared first since
we're going to make a bunch of them static later on.

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