From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3mkR-0005AK-RF for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:40:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3md0-0006YQ-RO for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:32:52 -0400 Received: from mail-we0-x22a.google.com ([2a00:1450:400c:c03::22a]:33801) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3md0-0006YJ-KN for qemu-devel@nongnu.org; Mon, 29 Jul 2013 08:32:42 -0400 Received: by mail-we0-f170.google.com with SMTP id w60so3964419wes.1 for ; Mon, 29 Jul 2013 05:32:41 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <51F660D6.9090301@redhat.com> Date: Mon, 29 Jul 2013 14:32:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1375099903-17335-1-git-send-email-marcel.a@redhat.com> In-Reply-To: <1375099903-17335-1-git-send-email-marcel.a@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Marcel Apfelbaum Cc: aliguori@us.ibm.com, mst@redhat.com, qemu-devel@nongnu.org, afaerber@suse.de 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"? Paolo