]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process: Introduce qemuProcessQMPStart
authorChris Venteicher <cventeic@redhat.com>
Sun, 13 Jan 2019 00:50:10 +0000 (18:50 -0600)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 19 Feb 2019 17:43:49 +0000 (18:43 +0100)
commitcfaebe837c0928c583449ff810e472f1503776ee
tree948c36f473073eff265b35e1f1f8ee8749f6e095
parent09d7daf380100a6b092ce4cc87537c17e4d447f9
qemu_process: Introduce qemuProcessQMPStart

This is a replacement for qemuProcessQMPRun to make the name consistent
with qemuProcessStart. The original qemuProcessQMPRun function is
renamed as qemuProcessQMPLaunch and becomes one of the simpler functions
called from the main qemuProcessQMPStart entry point. The following
patches will move parts of the code in qemuProcessQMPLaunch to the other
functions (qemuProcessQMPInit and qemuProcessQMPConnectMonitor).

Signed-off-by: Chris Venteicher <cventeic@redhat.com>
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c
src/qemu/qemu_process.c
src/qemu/qemu_process.h