On 27/05/2020 09:47, Markus Armbruster wrote: > Extracted from my '[PATCH not-for-merge 0/5] Instrumentation for > "Fixes around device realization"' on reviewer's advice. > > Markus Armbruster (2): > qom: Constify object_get_canonical_path{,_component}()'s parameter > qom: Make "info qom-tree" show children sorted > > include/qom/object.h | 4 ++-- > qom/object.c | 4 ++-- > qom/qom-hmp-cmds.c | 24 ++++++++++++++++-------- > 3 files changed, 20 insertions(+), 12 deletions(-)
I've just given this a quick spin on a couple of my local branches here and it looks good: Tested-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> ATB, Mark.