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] [Patch] fix xenctx --all option on x86

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [Patch] fix xenctx --all option on x86
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Mon, 22 Sep 2008 17:42:31 +0900
Delivery-date: Mon, 22 Sep 2008 01:43:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.16 (X11/20080723)
Hi,

This patch re-enables --all option of xenctx on x86.

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

Best Regards,

Akio Takebe
diff -r 694b7daa353c tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c   Wed Sep 17 14:16:02 2008 +0100
+++ b/tools/xentrace/xenctx.c   Tue Sep 23 02:40:16 2008 +0900
@@ -785,8 +785,8 @@
         {"frame-pointers", 0, NULL, 'f'},
 #ifdef __ia64__
         {"regs", 1, NULL, 'r'},
+#endif
         {"all", 0, NULL, 'a'},
-#endif
         {"help", 0, NULL, 'h'},
         {0, 0, 0, 0}
     };
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [Patch] fix xenctx --all option on x86, Akio Takebe <=