
5 Aug
2022
5 Aug
'22
8:23 a.m.
On Tue, Jul 26, 2022 at 04:37:18PM +0200, Peter Krempa wrote:
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> --- src/qemu/qemu_monitor.c | 9 ------- src/qemu/qemu_monitor.h | 2 -- src/qemu/qemu_monitor_json.c | 52 +++++++++++++++++++++--------------- src/qemu/qemu_monitor_json.h | 5 ---- 4 files changed, 30 insertions(+), 38 deletions(-)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>