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

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xenctx: fix xenctx --all option on x86
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 22 Sep 2008 07:30:41 -0700
Delivery-date: Mon, 22 Sep 2008 07:30:44 -0700
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/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/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 Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1222078616 -3600
# Node ID ad79f7af391619a1fd0746dd31aecea27d811d21
# Parent  a1e86caf83a318cc62a8675b59464da77921e685
xenctx: fix xenctx --all option on x86

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
---
 tools/xentrace/xenctx.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r a1e86caf83a3 -r ad79f7af3916 tools/xentrace/xenctx.c
--- a/tools/xentrace/xenctx.c   Mon Sep 22 11:15:39 2008 +0100
+++ b/tools/xentrace/xenctx.c   Mon Sep 22 11:16:56 2008 +0100
@@ -785,8 +785,8 @@ int main(int argc, char **argv)
         {"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-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xenctx: fix xenctx --all option on x86, Xen patchbot-unstable <=