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] Remove cruft.

# HG changeset patch
# User emellor@ewan
# Node ID 8e3ec9ab0075cbf6fcd1125a96a4c2734405374c
# Parent  59440a003278185ad0846ac571da107a0c141b4c
Remove cruft.

Signed-off-by: Ewan Mellor <ewan@xxxxxxxxxxxxx>

diff -r 59440a003278 -r 8e3ec9ab0075 tools/python/xen/xm/sysrq.py
--- a/tools/python/xen/xm/sysrq.py      Sun Oct  9 10:57:24 2005
+++ b/tools/python/xen/xm/sysrq.py      Sun Oct  9 10:59:37 2005
@@ -1,16 +1,11 @@
 # (C) Matthew Bloch <matthew@xxxxxxxxxxxxxx> 2004
+# Copyright (C) 2005 XenSource Ltd
 
-"""Domain shutdown.
+"""Domain sysrq.
 """
-import string
-import sys
-import time
 
 from xen.xend.XendClient import server
 from xen.xm.opts import *
-
-DOM0_NAME = 'Domain-0'
-DOM0_ID = '0'
 
 gopts = Opts(use="""[DOM] [letter]
 

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Remove cruft., Xen patchbot -unstable <=