]> xenbits.xensource.com Git - libvirt.git/commit
qemu: monitor: Remove unused qemuMonitorQueryNamedBlockNodes and clean up
authorPeter Krempa <pkrempa@redhat.com>
Wed, 20 Jul 2022 09:26:12 +0000 (11:26 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 11 Aug 2022 13:14:57 +0000 (15:14 +0200)
commit4bcff43bc77a16e4a0c5ae99e1aa8268e7b0139d
treeff92b701599a6c8ce30ad808d69c1dd5f960aa19
parentc4fd7111b241f433213da57119c2a47e378c2112
qemu: monitor: Remove unused qemuMonitorQueryNamedBlockNodes and clean up

The top level API is unused so it can be removed but internally the JSON
version is called by other monitor commands which extract information
from the reply.

Thus qemuMonitorJSONQueryNamedBlockNodes is unexported and moved
appropriately.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor.c
src/qemu/qemu_monitor.h
src/qemu/qemu_monitor_json.c
src/qemu/qemu_monitor_json.h