From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50701) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO7FB-0001mg-8P for qemu-devel@nongnu.org; Wed, 09 Nov 2011 07:27:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RO7F7-0003h5-Fx for qemu-devel@nongnu.org; Wed, 09 Nov 2011 07:27:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:7357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RO7F7-0003gy-77 for qemu-devel@nongnu.org; Wed, 09 Nov 2011 07:27:01 -0500 Message-ID: <4EBA717A.8010300@redhat.com> Date: Wed, 09 Nov 2011 13:26:34 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <4EB85969.2010108@codemonkey.ws> <12F471C8-2CF3-4CD7-B417-C8CC898669E6@mit.edu> <20111108093225.GB32533@elte.hu> <20111108125609.GA14272@ghostprotocols.net> <4EB9315A.10806@redhat.com> <20111108143228.GC14272@ghostprotocols.net> <4EB94D08.3010207@redhat.com> <20111109085120.GD11473@elte.hu> <4EBA5881.7080409@redhat.com> <20111109115502.GA18207@ghostprotocols.net> In-Reply-To: <20111109115502.GA18207@ghostprotocols.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [F.A.Q.] the advantages of a shared tool/kernel Git repository, tools/perf/ and tools/kvm/ List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Arnaldo Carvalho de Melo Cc: Alexander Graf , Theodore Tso , Peter Zijlstra , "kvm@vger.kernel.org list" , qemu-devel Developers , Vince Weaver , "linux-kernel@vger.kernel.org List" , Pekka Enberg , Blue Swirl , Avi Kivity , =?ISO-8859-1?Q?Am=E9rico_Wang?= , Ingo Molnar , Linus Torvalds , Thomas Gleixner Hi, >>> Plus allowing full .perfconfig configurability of all the relevant >>> colors, for those with special taste. >> >> Sure. Maybe also allow multiple color sections and pick them by $TERM >> or --colors switch, i.e. [colors "xterm"]. > > Its fully configurable as of now, what we need is a set of .perfconfigs > that show how people think its better, we try it, set it as the default, > leave the others in tools/perf/Documentation/perfconfig/color.examples. Yep, a set of examples works too. The colors are not fully configurable yet though. First, when switching all five colorsets to "default, default" there are still things which are colored (top bar, bottom bar, keys help display). Second there is no way to set terminal attributes (i.e. "top = bold" or "selected = reverse"). cheers, Gerd