From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46615) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3iNr-0003Ur-51 for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:00:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3iNl-0005dV-0U for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:00:47 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3iNk-0005dL-DS for qemu-devel@nongnu.org; Mon, 29 Jul 2013 04:00:40 -0400 Message-ID: <1375084808.14541.12.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Mon, 29 Jul 2013 11:00:08 +0300 In-Reply-To: <51F61B76.30504@redhat.com> References: <1375002894-26742-1-git-send-email-marcel.a@redhat.com> <51F61B76.30504@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [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 Mon, 2013-07-29 at 09:36 +0200, Paolo Bonzini wrote: > Il 28/07/2013 11:14, Marcel Apfelbaum ha scritto: > > Categories: > > Assembly - hosts/hubs/... > > A lot of these seem to fit in a "bridge" category. I wanted to group in a category as much as possible having in mind the user shall "grep" by category to find devices. My goal is a top category with devices that are not nodes and are used as a way to combine other devices. > > I'm not sure why usbhost is in the assembly category though. Also, why > is this the default category for isa and i2c devices? The same argument as above. I am looking for top devices and not for their type > > > Management - controllers > > AHCI is storage. Thanks, it looked like management to me. Devices in management category shall control other devices. It looked like a fit for me. > > applesmc is something like a microcontroller ("misc"?). Thanks, I'll move to misc > > Everything else in this category is USB host controllers, I think it > deserves a special category since USB devices are generally somewhat > self-explanatory (hubs too). I didn't want to include the "USB" keyword, because the user will be lost when filtering by this word. The goal is to help the user to concentrate on a specific "category". Maybe USB-Controller ? > > Paolo Thanks for the review! Marcel