]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_process: Stop retaining monitor config in qemuProcessQMP
authorChris Venteicher <cventeic@redhat.com>
Sun, 13 Jan 2019 00:50:14 +0000 (18:50 -0600)
committerJiri Denemark <jdenemar@redhat.com>
Tue, 19 Feb 2019 17:44:10 +0000 (18:44 +0100)
commit095d36d052a40967769297fe9c32b360b4de21e2
tree955cad528b59d7c4c2a683d45ad4e2fd937741cf
parent9ab441c8c20a478f6aad9c1a3f850ed009057b3e
qemu_process: Stop retaining monitor config in qemuProcessQMP

The monitor config data is removed from the qemuProcessQMP struct.

The monitor config data can be initialized immediately before call to
qemuMonitorOpen and does not need to be maintained after the call
because qemuMonitorOpen copies any strings it needs.

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