From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47929) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzkAs-0006Lo-31 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:07:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UzkAp-0007BP-Kh for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:06:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47616) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzkAp-0007BK-Cj for qemu-devel@nongnu.org; Thu, 18 Jul 2013 05:06:55 -0400 From: Marcel Apfelbaum Date: Thu, 18 Jul 2013 12:06:18 +0300 Message-Id: <1374138380-25199-1-git-send-email-marcel.a@redhat.com> Subject: [Qemu-devel] [RFC PATCH 0/2] qemu-help: improve -device command line help List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, aliguori@us.ibm.com, afaerber@suse.de, Marcel Apfelbaum Running qemu with "-device ?" option returns ~145 lines. It is hard to manage understanding the output. Theses patches aim to partially solve the problem by dividing the devices into logical categories like "Network/Display/..." and sorting them by it. Marcel Apfelbaum (2): qemu-help: Sort devices by logical functionality devices: Associate devices to their logical category hw/audio/ac97.c | 1 + hw/display/cirrus_vga.c | 1 + hw/net/eepro100.c | 1 + hw/scsi/scsi-disk.c | 4 ++++ hw/usb/dev-hid.c | 1 + include/hw/qdev-core.h | 7 +++++++ qdev-monitor.c | 23 ++++++++++++++++++++++- 7 files changed, 37 insertions(+), 1 deletion(-) -- 1.8.3.1