On Thu, Sep 04, 2025 at 16:46:52 +0200, Jiri Denemark via Devel wrote: > From: Jiri Denemark <jdene...@redhat.com> > > qemuMonitorJSONParsePropsList supported filtering based on type. Let's > replace it with a callback supplied by the caller to allow for more > advanced filtering. > > Signed-off-by: Jiri Denemark <jdene...@redhat.com> > --- > src/qemu/qemu_monitor_json.c | 51 +++++++++++++++++++++++++++++------- > 1 file changed, 41 insertions(+), 10 deletions(-)
Reviewed-by: Peter Krempa <pkre...@redhat.com>