]> git.pld-linux.org Git - packages/xen.git/blob - xen-python_scripts.patch
- only run xen services on dom0
[packages/xen.git] / xen-python_scripts.patch
1 diff -dur xen-4.2.0.orig/docs/pythfilter.py xen-4.2.0/docs/pythfilter.py
2 --- xen-4.2.0.orig/docs/pythfilter.py   2012-09-17 12:21:17.000000000 +0200
3 +++ xen-4.2.0/docs/pythfilter.py        2012-10-22 10:46:31.000000000 +0200
4 @@ -1,4 +1,4 @@
5 -#!/usr/bin/env python\r
6 +#!/usr/bin/python\r
7  \r
8  # pythfilter.py v1.5.5, written by Matthias Baas (baas@ira.uka.de)\r
9  \r
10 diff -dur xen-4.2.0.orig/tools/misc/xenpvnetboot xen-4.2.0/tools/misc/xenpvnetboot
11 --- xen-4.2.0.orig/tools/misc/xenpvnetboot      2012-09-17 12:21:18.000000000 +0200
12 +++ xen-4.2.0/tools/misc/xenpvnetboot   2012-10-22 10:46:30.000000000 +0200
13 @@ -1,4 +1,4 @@
14 -#!/usr/bin/env python
15 +#!/usr/bin/python
16  #
17  # Copyright (C) 2010 Oracle. All rights reserved.
18  #
19 diff -dur xen-4.2.0.orig/tools/python/xen/remus/save.py xen-4.2.0/tools/python/xen/remus/save.py
20 --- xen-4.2.0.orig/tools/python/xen/remus/save.py       2012-09-17 12:21:18.000000000 +0200
21 +++ xen-4.2.0/tools/python/xen/remus/save.py    2012-10-22 10:46:30.000000000 +0200
22 @@ -1,4 +1,4 @@
23 -#!/usr/bin/env python
24 +#!/usr/bin/python
25  
26  import os, select, socket, threading, time, signal, xmlrpclib
27  
28 diff -dur xen-4.2.0.orig/tools/python/xen/remus/vm.py xen-4.2.0/tools/python/xen/remus/vm.py
29 --- xen-4.2.0.orig/tools/python/xen/remus/vm.py 2012-09-17 12:21:18.000000000 +0200
30 +++ xen-4.2.0/tools/python/xen/remus/vm.py      2012-10-22 10:46:30.000000000 +0200
31 @@ -1,4 +1,4 @@
32 -#!/usr/bin/env python
33 +#!/usr/bin/python
34  
35  import xmlrpclib
36  
37 diff -dur xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py xen-4.2.0/tools/python/xen/xend/XendSXPDev.py
38 --- xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py  2012-09-17 12:21:19.000000000 +0200
39 +++ xen-4.2.0/tools/python/xen/xend/XendSXPDev.py       2012-10-22 10:46:30.000000000 +0200
40 @@ -1,4 +1,4 @@
41 -#!/usr/bin/env python
42 +#!/usr/bin/python
43  #
44  # Helper functions for dealing with the sxp representation of devices
45  
46 diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.py
47 --- xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py     2012-09-10 20:10:52.000000000 +0200
48 +++ xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.py  2012-10-22 10:46:30.000000000 +0200
49 @@ -1,4 +1,4 @@
50 -#!/usr/bin/env python
51 +#!/usr/bin/python
52  # Pretty print 9p simpletrace log
53  # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
54  #
55 diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py
56 --- xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py        2012-09-10 20:10:52.000000000 +0200
57 +++ xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py     2012-10-22 10:46:30.000000000 +0200
58 @@ -1,4 +1,4 @@
59 -#!/usr/bin/env python
60 +#!/usr/bin/python
61  #
62  # Pretty-printer for simple trace backend binary trace files
63  #
64 diff -dur xen-4.2.0.orig/tools/remus/remus xen-4.2.0/tools/remus/remus
65 --- xen-4.2.0.orig/tools/remus/remus    2012-09-17 12:21:19.000000000 +0200
66 +++ xen-4.2.0/tools/remus/remus 2012-10-22 10:46:30.000000000 +0200
67 @@ -1,4 +1,4 @@
68 -#!/usr/bin/env python
69 +#!/usr/bin/python
70  #
71  # This is a save process which also buffers outgoing I/O between
72  # rounds, so that external viewers never see anything that hasn't
This page took 0.120116 seconds and 3 git commands to generate.