Re: [libvirt] [PATCH 3/9] qemu: Move and rename qemuDomainUpdateQEMUCaps

2019-11-26 Thread Ján Tomko
On Mon, Nov 25, 2019 at 01:53:48PM +0100, Peter Krempa wrote: 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 s

[libvirt] [PATCH 3/9] qemu: Move and rename qemuDomainUpdateQEMUCaps

2019-11-25 Thread Peter Krempa
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 --- src/qemu/qemu_domain.