]> git.proxmox.com Git - mirror_qemu.git/commit - qdev-monitor.c
qdev-monitor: Group "device_add help" and "info qdm" by category
authorMarkus Armbruster <armbru@redhat.com>
Thu, 10 Oct 2013 13:00:21 +0000 (15:00 +0200)
committerAnthony Liguori <aliguori@amazon.com>
Fri, 11 Oct 2013 16:36:29 +0000 (09:36 -0700)
commita3400aeede46c6c30b6fefb20fc90a43f1f6e7b2
tree97b3017b36c06453949b650684b01a0c842f7dc3
parent1fc224b4b6d195fb7802d5ba1a0846a4e7a1e2af
qdev-monitor: Group "device_add help" and "info qdm" by category

Output is a long, unsorted list.  Not very helpful.  Print one list
per device category instead, with a header line identifying the
category, plus a list of uncategorized devices.  Print each list in
case-insenitive alphabetical order.

Devices with multiple categories are listed multiple times.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Marcel Apfelbaum <marcel.a@redhat.com>
Message-id: 1381410021-1538-3-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@amazon.com>
qdev-monitor.c