]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Unify style for qemuDomain*()
authorAndrea Bolognani <abologna@redhat.com>
Wed, 6 Feb 2019 11:37:54 +0000 (12:37 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Feb 2019 15:16:25 +0000 (16:16 +0100)
commitdf2b31ffea45fe209f7b283dcfbd2bf6e91cf6ab
tree6a1c1e93c70fb67d916ddba53c2aea7fdfa90236
parent0440d5e90fa0ebc3931febfdaafbda2db7c0b2c1
qemu: Unify style for qemuDomain*()

These functions do mostly the same things, and it would be
preferrable if they did them in mostly the same ways. This
also fixes a few violations to our code style guidelines.

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