All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xentrace: install formats file
@ 2009-05-19  9:30 Christoph Egger
  2009-05-19 12:43 ` Keir Fraser
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Egger @ 2009-05-19  9:30 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]


Hi,

Attached patch installs the formats file needed for
xentrace_format.

Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

[-- Attachment #2: xen_xentrace.diff --]
[-- Type: text/x-diff, Size: 451 bytes --]

diff -r 780041c4a96d tools/xentrace/Makefile
--- a/tools/xentrace/Makefile	Tue May 19 02:23:32 2009 +0100
+++ b/tools/xentrace/Makefile	Tue May 19 11:26:51 2009 +0200
@@ -43,6 +43,7 @@ install: build
 	[ -z "$(LIBBIN)" ] || $(INSTALL_PROG) $(LIBBIN) $(DESTDIR)$(PRIVATE_BINDIR)
 	$(INSTALL_DATA) $(MAN1) $(DESTDIR)$(MAN1DIR)
 	$(INSTALL_DATA) $(MAN8) $(DESTDIR)$(MAN8DIR)
+	$(INSTALL_DATA) formats $(DESTDIR)$(XEN_CONFIG_DIR)
 
 .PHONY: clean
 clean:

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xentrace: install formats file
  2009-05-19  9:30 [PATCH] xentrace: install formats file Christoph Egger
@ 2009-05-19 12:43 ` Keir Fraser
  2009-05-19 12:50   ` Christoph Egger
  0 siblings, 1 reply; 3+ messages in thread
From: Keir Fraser @ 2009-05-19 12:43 UTC (permalink / raw)
  To: Christoph Egger, xen-devel@lists.xensource.com

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" <Christoph.Egger@amd.com> wrote:

> 
> Hi,
> 
> Attached patch installs the formats file needed for
> xentrace_format.
> 
> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] xentrace: install formats file
  2009-05-19 12:43 ` Keir Fraser
@ 2009-05-19 12:50   ` Christoph Egger
  0 siblings, 0 replies; 3+ messages in thread
From: Christoph Egger @ 2009-05-19 12:50 UTC (permalink / raw)
  To: Keir Fraser; +Cc: xen-devel@lists.xensource.com


I have a patch almost ready to get rid of hardcoded config dir paths in
general. It removes the script_dir in osdep.py completely.
I am about doing the interaction with ioemu, so that qemu-ifup
is installed properly.
I will submit the patch when this is done.

Christoph


On Tuesday 19 May 2009 14:43:16 Keir Fraser wrote:
> 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" <Christoph.Egger@amd.com> wrote:
> > Hi,
> >
> > Attached patch installs the formats file needed for
> > xentrace_format.
> >
> > Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>



-- 
---to satisfy European Law for business letters:
Advanced Micro Devices GmbH
Karl-Hammerschmidt-Str. 34, 85609 Dornach b. Muenchen
Geschaeftsfuehrer: Thomas M. McCoy, Giuliano Meroni
Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen
Registergericht Muenchen, HRB Nr. 43632

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-19 12:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-19  9:30 [PATCH] xentrace: install formats file Christoph Egger
2009-05-19 12:43 ` Keir Fraser
2009-05-19 12:50   ` Christoph Egger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.