Displaying 1 result from an estimated 1 matches for "1944c39d0007".
2008 Nov 14
0
[PATCH] tools: use sysfs interface to balloon driver if present
The pvops dom0 kernel does not expose the balloon driver via /proc/xen,
so use the sysfs interface.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
diff -r 1944c39d0007 tools/python/xen/xend/osdep.py
--- a/tools/python/xen/xend/osdep.py Fri Nov 14 09:57:33 2008 -0800
+++ b/tools/python/xen/xend/osdep.py Fri Nov 14 12:26:51 2008 -0800
@@ -38,7 +38,10 @@
"SunOS": "vif-vnic"
}
-def _linux_balloon_stat(label):
+PROC_XEN_BALLOON = ''...