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] Fix call to send_sysrq.

# HG changeset patch
# User emellor@xxxxxxxxxxxxxxxxxxxxxx
# Node ID 8afbc25861219578fae30cc2a9bd60bf2ab26349
# Parent  5c9c44fc1c39dc6b08535e33b34c12d684c27d77
Fix call to send_sysrq.

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

diff -r 5c9c44fc1c39 -r 8afbc2586121 tools/python/xen/xm/sysrq.py
--- a/tools/python/xen/xm/sysrq.py      Thu Mar 23 10:25:37 2006
+++ b/tools/python/xen/xm/sysrq.py      Thu Mar 23 10:30:33 2006
@@ -28,4 +28,4 @@
     if len(args) < 2: opts.err('Missing sysrq character')
     dom = args[0]
     req = ord(args[1][0])
-    server.xend.domain.sysrq(dom, req)
+    server.xend.domain.send_sysrq(dom, req)

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix call to send_sysrq., Xen patchbot -unstable <=