From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60854) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mi3-0003J4-Cm for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:38:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3mhx-0008Qj-AG for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:37:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24681) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mhx-0008Qc-2K for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:37:49 -0400 Message-ID: <1375101447.18120.18.camel@localhost.localdomain> From: Marcel Apfelbaum Date: Mon, 29 Jul 2013 15:37:27 +0300 In-Reply-To: <51F660D6.9090301@redhat.com> References: <1375099903-17335-1-git-send-email-marcel.a@redhat.com> <51F660D6.9090301@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 0/3] 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, mst@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de On Mon, 2013-07-29 at 14:32 +0200, Paolo Bonzini wrote: > Il 29/07/2013 14:11, 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. > > > > Categories: > > Assembly - hosts/hubs/... > > ... > > (All others are self explanatory) > > Can we rename it to something like "bridge" that you can print as > "Controller/Bridge/Hub"? Sure > > Paolo