]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: capabilities: Restore grouping in 'virQEMUCapsQMPSchemaQueries'
authorPeter Krempa <pkrempa@redhat.com>
Tue, 19 Nov 2024 09:35:16 +0000 (10:35 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 19 Nov 2024 12:06:02 +0000 (13:06 +0100)
commit25f1fc8568d8617957272d0ce98525921d76adf6
tree4d5abfba6e888fc325d76bfae456f7e38fe1057b
parent74ef4888ff5c6272bf7ddd500a69870a219fedf9
qemu: capabilities: Restore grouping in 'virQEMUCapsQMPSchemaQueries'

Historically the QMP schema lookup queries were grouped by the first
component of the query (which was also sorted), but not fully sorted.
This deteriorated over time. Re-group the query strings now that some
were added at the bottom.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_capabilities.c