Re: [PATCH 10/10] qemu-replies-tool: Dump 'device-list-properties'

2024-01-31 Thread Peter Krempa
On Thu, Jan 25, 2024 at 10:10:32 -0800, Andrea Bolognani wrote: > On Tue, Jan 16, 2024 at 05:12:44PM +0100, Peter Krempa wrote: > > + --dump-device-list-properties > > + > > +Dumps all properties (in stable order) of devices (in order libvirt > > queries > > +them) along with types and de

Re: [PATCH 10/10] qemu-replies-tool: Dump 'device-list-properties'

2024-01-25 Thread Andrea Bolognani
On Tue, Jan 16, 2024 at 05:12:44PM +0100, Peter Krempa wrote: > + --dump-device-list-properties > + > +Dumps all properties (in stable order) of devices (in order libvirt > queries > +them) along with types and default values. Isn't the device order stable as well? The lines are generate

[PATCH 10/10] qemu-replies-tool: Dump 'device-list-properties'

2024-01-16 Thread Peter Krempa
The order of properties in 'device-list-properties' can hange arbitrarily and git is not great at picking the contexts in JSON to help seeing what changed. The new --dump-device-list-properties produces a stable order of properties and dumps also the type and default value mainly useful for compar