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-changelog

[Xen-changelog] Don't build xenctx by default, a nd fix one error msg.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] Don't build xenctx by default, a nd fix one error msg.
From: Xen patchbot -unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Jul 2005 05:02:10 -0400
Delivery-date: Mon, 11 Jul 2005 09:02:31 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kaf24@xxxxxxxxxxxxxxxxxxxx
# Node ID c32cf5fef34c4682308f0f444264708e069a321d
# Parent  dd798dd2abced1bb8000d803df7d2d858c13ccf9

Don't build xenctx by default,a nd fix one error msg.

diff -r dd798dd2abce -r c32cf5fef34c tools/xentrace/Makefile
--- a/tools/xentrace/Makefile   Mon Jul 11 09:00:35 2005
+++ b/tools/xentrace/Makefile   Mon Jul 11 09:03:24 2005
@@ -14,7 +14,7 @@
 HDRS     = $(wildcard *.h)
 OBJS     = $(patsubst %.c,%.o,$(wildcard *.c))
 
-BIN      = xentrace xenctx
+BIN      = xentrace
 SCRIPTS  = xentrace_format
 MAN1     = $(wildcard *.1)
 MAN8     = $(wildcard *.8)
diff -r dd798dd2abce -r c32cf5fef34c tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c   Mon Jul 11 09:00:35 2005
+++ b/tools/xentrace/xenctx.c   Mon Jul 11 09:03:24 2005
@@ -90,7 +90,7 @@
 
     ret = xc_domain_get_vcpu_context(xc_handle, domid, vcpu, &ctx);
     if (ret != 0) {
-        perror("xc_domain_getfullinfo");
+        perror("xc_domain_get_vcpu_context");
         exit(-1);
     }
     print_ctx(&ctx);

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Don't build xenctx by default, a nd fix one error msg., Xen patchbot -unstable <=