]> git.pld-linux.org Git - packages/xen.git/blame - xen-python_scripts.patch
- updated patch and build, added build fixes for newer gcc
[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 #
bf4f47e8
JK
10diff -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
11--- xen-4.2.0.orig/tools/qemu-xen/scripts/analyse-9p-simpletrace.py 2012-09-10 20:10:52.000000000 +0200
12+++ xen-4.2.0/tools/qemu-xen/scripts/analyse-9p-simpletrace.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
bf4f47e8
JK
16 # Pretty print 9p simpletrace log
17 # Usage: ./analyse-9p-simpletrace <trace-events> <trace-pid>
18371059 18 #
bf4f47e8
JK
19diff -dur xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py xen-4.2.0/tools/qemu-xen/scripts/simpletrace.py
20--- xen-4.2.0.orig/tools/qemu-xen/scripts/simpletrace.py 2012-09-10 20:10:52.000000000 +0200
21+++ xen-4.2.0/tools/qemu-xen/scripts/simpletrace.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 # Pretty-printer for simple trace backend binary trace files
61c7d70c 27 #
This page took 0.043045 seconds and 4 git commands to generate.