|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] Don't build xenctx by default, a nd fix one error msg.
# 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 <=
|
|
|
|
|