WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [Xen-staging] [xen-unstable] Add example xen-detect.c co

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Subject: [Xen-devel] Re: [Xen-staging] [xen-unstable] Add example xen-detect.c code for detecting application execution in
From: Alex Williamson <alex.williamson@xxxxxx>
Date: Thu, 08 Feb 2007 12:51:34 -0700
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 08 Feb 2007 11:52:49 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <200702081706.l18H6JWI016134@xxxxxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: HP OSLO R&D
References: <200702081706.l18H6JWI016134@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
On Thu, 2007-02-08 at 17:06 +0000, Xen staging patchbot-unstable wrote:
> diff -r d609929f1408 -r 6a383beedf83 tools/misc/Makefile
> --- a/tools/misc/Makefile     Thu Feb 08 16:52:05 2007 +0000
> +++ b/tools/misc/Makefile     Thu Feb 08 17:04:26 2007 +0000
> @@ -9,7 +9,7 @@ CFLAGS   += $(INCLUDES)
>  
>  HDRS     = $(wildcard *.h)
>  
> -TARGETS  = xenperf xc_shadow
> +TARGETS  = xenperf xc_shadow xen-detect
>  

   Obviously this isn't going to compile on non-x86... how about
building it conditionally?  Thanks,

        Alex


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Re: [Xen-staging] [xen-unstable] Add example xen-detect.c code for detecting application execution in, Alex Williamson <=