From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UzonC-0007l5-0G for qemu-devel@nongnu.org; Thu, 18 Jul 2013 10:02:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uzon5-0000Wt-Ud for qemu-devel@nongnu.org; Thu, 18 Jul 2013 10:02:49 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uzon5-0000Wp-O6 for qemu-devel@nongnu.org; Thu, 18 Jul 2013 10:02:43 -0400 Message-ID: <1374156136.14214.3.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Thu, 18 Jul 2013 17:02:16 +0300 In-Reply-To: <51E7F3FB.1020005@redhat.com> References: <1374136063-24399-1-git-send-email-marcel.a@redhat.com> <51E7F3FB.1020005@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Paolo Bonzini Cc: aliguori@us.ibm.com, qemu-devel@nongnu.org, afaerber@suse.de On Thu, 2013-07-18 at 15:56 +0200, Paolo Bonzini wrote: > 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. Thanks Paolo, > > I checked libvirt and this should not break it. Me too :) > > 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(-) > > > >