]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virQEMUCapsCommandLine: Group by commandline argument name alphabetically
authorPeter Krempa <pkrempa@redhat.com>
Fri, 6 Aug 2021 07:43:47 +0000 (09:43 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 18 Aug 2021 07:37:08 +0000 (09:37 +0200)
commit3cb391b39cad56b124d1da8354b5b746be37a5fb
tree8dcec69137df40ecf3cf084733dc28c6b8cc02bd
parentc678f2d61b195d9df017f912ff267d438536fbf5
virQEMUCapsCommandLine: Group by commandline argument name alphabetically

Further commits will be refactoring and minimizing capabilities being
parsed from 'query-command-line-options'. Group the struct driving the
detection by argument name so it's easier to spot options belonging
together.

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