]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: monitor: Remove HMP monitor code
authorPeter Krempa <pkrempa@redhat.com>
Tue, 1 Apr 2025 19:32:53 +0000 (21:32 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 2 Apr 2025 14:51:41 +0000 (16:51 +0200)
commit38d47345e2e8955f12e38cc5a3ed271d47bf9081
treefc1bfc3e3782035ae20b0fadd3a6f0577cfd1ce2
parentedc541129f30a55318f2a5bcb509aead4d389731
qemu: monitor: Remove HMP monitor code

Now that we've replaced the final two HMP commands used by libvirt we
can fully drop the 'text' monitor support.

The only thing we keep is the HMP passtrhough with
'virsh qemu-monitor-command'.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
po/POTFILES
src/qemu/meson.build
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_text.c [deleted file]
src/qemu/qemu_monitor_text.h [deleted file]