mbox series

[0/2] qom: Make "info qom-tree" show children sorted

Message ID 20200527084754.7531-1-armbru@redhat.com
Headers show
Series qom: Make "info qom-tree" show children sorted | expand

Message

Markus Armbruster May 27, 2020, 8:47 a.m. UTC
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(-)

Comments

Mark Cave-Ayland June 8, 2020, 12:09 p.m. UTC | #1
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-ayland@ilande.co.uk>


ATB,

Mark.