]> git.pld-linux.org Git - packages/xen.git/blame - xen-python_scripts.patch
Set Dom0 name in xenstore under systemd
[packages/xen.git] / xen-python_scripts.patch
CommitLineData
bf4f47e8
JK
1diff -dur xen-4.2.0.orig/tools/misc/xenpvnetboot xen-4.2.0/tools/misc/xenpvnetboot
2--- xen-4.2.0.orig/tools/misc/xenpvnetboot 2012-09-17 12:21:18.000000000 +0200
3+++ xen-4.2.0/tools/misc/xenpvnetboot 2012-10-22 10:46:30.000000000 +0200
18371059
JK
4@@ -1,4 +1,4 @@
5-#!/usr/bin/env python
6+#!/usr/bin/python
bf4f47e8
JK
7 #
8 # Copyright (C) 2010 Oracle. All rights reserved.
9 #
10diff -dur xen-4.2.0.orig/tools/python/xen/remus/save.py xen-4.2.0/tools/python/xen/remus/save.py
11--- xen-4.2.0.orig/tools/python/xen/remus/save.py 2012-09-17 12:21:18.000000000 +0200
12+++ xen-4.2.0/tools/python/xen/remus/save.py 2012-10-22 10:46:30.000000000 +0200
18371059
JK
13@@ -1,4 +1,4 @@
14-#!/usr/bin/env python
15+#!/usr/bin/python
16
bf4f47e8 17 import os, select, socket, threading, time, signal, xmlrpclib
18371059 18
bf4f47e8
JK
19diff -dur xen-4.2.0.orig/tools/python/xen/remus/vm.py xen-4.2.0/tools/python/xen/remus/vm.py
20--- xen-4.2.0.orig/tools/python/xen/remus/vm.py 2012-09-17 12:21:18.000000000 +0200
21+++ xen-4.2.0/tools/python/xen/remus/vm.py 2012-10-22 10:46:30.000000000 +0200
61c7d70c 22@@ -1,4 +1,4 @@
23-#!/usr/bin/env python
24+#!/usr/bin/python
25
bf4f47e8 26 import xmlrpclib
61c7d70c 27
bf4f47e8
JK
28diff -dur xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py xen-4.2.0/tools/python/xen/xend/XendSXPDev.py
29--- xen-4.2.0.orig/tools/python/xen/xend/XendSXPDev.py 2012-09-17 12:21:19.000000000 +0200
30+++ xen-4.2.0/tools/python/xen/xend/XendSXPDev.py 2012-10-22 10:46:30.000000000 +0200
61c7d70c 31@@ -1,4 +1,4 @@
32-#!/usr/bin/env python
33+#!/usr/bin/python
34 #
bf4f47e8 35 # Helper functions for dealing with the sxp representation of devices
18371059 36
bf4f47e8
JK
37diff -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
38--- xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py 2012-09-10 20:10:52.000000000 +0200
39+++ xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.py 2012-10-22 10:46:30.000000000 +0200
18371059
JK
40@@ -1,4 +1,4 @@
41-#!/usr/bin/env python
42+#!/usr/bin/python
bf4f47e8
JK
43 # Pretty print 9p simpletrace log
44 # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
18371059 45 #
bf4f47e8
JK
46diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py
47--- xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py 2012-09-10 20:10:52.000000000 +0200
48+++ xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py 2012-10-22 10:46:30.000000000 +0200
61c7d70c 49@@ -1,4 +1,4 @@
50-#!/usr/bin/env python
51+#!/usr/bin/python
52 #
bf4f47e8 53 # Pretty-printer for simple trace backend binary trace files
61c7d70c 54 #
bf4f47e8
JK
55diff -dur xen-4.2.0.orig/tools/remus/remus xen-4.2.0/tools/remus/remus
56--- xen-4.2.0.orig/tools/remus/remus 2012-09-17 12:21:19.000000000 +0200
57+++ xen-4.2.0/tools/remus/remus 2012-10-22 10:46:30.000000000 +0200
18371059
JK
58@@ -1,4 +1,4 @@
59-#!/usr/bin/env python
60+#!/usr/bin/python
bf4f47e8
JK
61 #
62 # This is a save process which also buffers outgoing I/O between
63 # rounds, so that external viewers never see anything that hasn't
This page took 0.033794 seconds and 4 git commands to generate.