From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38334) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzogx-0006Rd-Ql for qemu-devel@nongnu.org; Thu, 18 Jul 2013 09:56:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzogw-0006TV-KR for qemu-devel@nongnu.org; Thu, 18 Jul 2013 09:56:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzogw-0006TQ-D5 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 09:56:22 -0400 Message-ID: <51E7F3FB.1020005@redhat.com> Date: Thu, 18 Jul 2013 15:56:11 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1374136063-24399-1-git-send-email-marcel.a@redhat.com> In-Reply-To: <1374136063-24399-1-git-send-email-marcel.a@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [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: Marcel Apfelbaum Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, afaerber@suse.de Il 18/07/2013 10:27, Marcel Apfelbaum ha scritto: > 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. Nice! :) An unexpected benefit of moving all the hw/ files to separate per-type directory. I checked libvirt and this should not break it. Paolo > 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(-) >