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] [xen-unstable] xend: Replace stray tab-indent with space

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xend: Replace stray tab-indent with space-indent
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 03 Jul 2008 06:30:08 -0700
Delivery-date: Thu, 03 Jul 2008 06:29:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# 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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xend: Replace stray tab-indent with space-indent, Xen patchbot-unstable <=