On Thu, Sep 04, 2025 at 16:46:52 +0200, Jiri Denemark via Devel wrote: > From: Jiri Denemark <jdenemar@xxxxxxxxxx> > > 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 <jdenemar@xxxxxxxxxx> > --- > src/qemu/qemu_monitor_json.c | 51 +++++++++++++++++++++++++++++------- > 1 file changed, 41 insertions(+), 10 deletions(-) Reviewed-by: Peter Krempa <pkrempa@xxxxxxxxxx>