]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Move and rename qemuDomainUpdateQEMUCaps
authorPeter Krempa <pkrempa@redhat.com>
Sun, 24 Nov 2019 08:16:11 +0000 (09:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 3 Dec 2019 14:26:54 +0000 (15:26 +0100)
commitdbbc9a3c4087fcb024646c313f2d284aca0d06f4
tree75f5115dd4834a2bdabc9359c4e74315c308c73f
parent530d7a73f41c0bb155a6a9bbd230d0ab28149eed
qemu: Move and rename qemuDomainUpdateQEMUCaps

The function is now used only in qemu_process.c so move it there and
name it 'qemuProcessPrepareQEMUCaps' which is more appropriate to what
it's doing.

The reworded comment now mentions that it will also post-process the
caps for VM startup.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_domain.c
src/qemu/qemu_domain.h
src/qemu/qemu_process.c