# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1214988157 -3600
# Node ID 40e7329105fa47b2c2ee5d608e3061e527e07eeb
# Parent 08f77df14cba8e2dfe580779bb9ca2f64e1ae0ae
xend: Replace stray tab-indent with space-indent
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
tools/python/xen/xend/XendConfig.py | 2 +-
tools/python/xen/xend/image.py | 2 +-
tools/python/xen/xend/osdep.py | 10 +++++-----
3 files changed, 7 insertions(+), 7 deletions(-)
diff -r 08f77df14cba -r 40e7329105fa tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Wed Jul 02 11:30:37 2008 +0900
+++ b/tools/python/xen/xend/XendConfig.py Wed Jul 02 09:42:37 2008 +0100
@@ -1762,7 +1762,7 @@ class XendConfig(dict):
return self['HVM_boot_policy'] != ''
def target(self):
- return self['target']
+ return self['target']
def image_type(self):
stored_type = self['platform'].get('image_type')
diff -r 08f77df14cba -r 40e7329105fa tools/python/xen/xend/image.py
--- a/tools/python/xen/xend/image.py Wed Jul 02 11:30:37 2008 +0900
+++ b/tools/python/xen/xend/image.py Wed Jul 02 09:42:37 2008 +0100
@@ -214,7 +214,7 @@ class ImageHandler:
method is called before any devices are set up."""
domid = self.vm.getDomid()
-
+
# Delete left-over pipes
try:
os.unlink('/var/run/tap/qemu-read-%d' % domid)
diff -r 08f77df14cba -r 40e7329105fa tools/python/xen/xend/osdep.py
--- a/tools/python/xen/xend/osdep.py Wed Jul 02 11:30:37 2008 +0900
+++ b/tools/python/xen/xend/osdep.py Wed Jul 02 09:42:37 2008 +0100
@@ -67,11 +67,11 @@ def _solaris_balloon_stat(label):
BLN_IOCTL_LOW = 0x42410003
BLN_IOCTL_HIGH = 0x42410004
BLN_IOCTL_LIMIT = 0x42410005
- label_to_ioctl = { 'Current allocation' : BLN_IOCTL_CURRENT,
- 'Requested target' : BLN_IOCTL_TARGET,
- 'Low-mem balloon' : BLN_IOCTL_LOW,
- 'High-mem balloon' : BLN_IOCTL_HIGH,
- 'Xen hard limit' : BLN_IOCTL_LIMIT }
+ label_to_ioctl = { 'Current allocation' : BLN_IOCTL_CURRENT,
+ 'Requested target' : BLN_IOCTL_TARGET,
+ 'Low-mem balloon' : BLN_IOCTL_LOW,
+ 'High-mem balloon' : BLN_IOCTL_HIGH,
+ 'Xen hard limit' : BLN_IOCTL_LIMIT }
f = file(DEV_XEN_BALLOON, 'r')
try:
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|