From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] xentrace: install formats file Date: Tue, 19 May 2009 05:43:16 -0700 Message-ID: References: <200905191130.44446.Christoph.Egger@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200905191130.44446.Christoph.Egger@amd.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Christoph Egger , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org Should be installed to a better filename (e.g., xentrace_formats) -- the name of the file in the source tree doesn't have to change though -- and also xentrace_format should go look in the default place if it is not passed a def_files argument on the command line. Perhaps you can use/extend auxbin.py to avoid hardcoding the config-dir path into xentrace_formats. -- Keir On 19/05/2009 02:30, "Christoph Egger" wrote: > > Hi, > > Attached patch installs the formats file needed for > xentrace_format. > > Signed-off-by: Christoph Egger