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] Quiet down balloon driver.

# HG changeset patch
# User smh22@xxxxxxxxxxxxxxxxxxxx
# Node ID 2e880b1fbe84645841e3b024940150d0b5a9c09a
# Parent  a45408260abb3adb6585036e3db05281752bb2dd
Quiet down balloon driver. 

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>

diff -r a45408260abb -r 2e880b1fbe84 
linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c
--- a/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c        Sat Nov  5 
09:54:12 2005
+++ b/linux-2.6-xen-sparse/drivers/xen/balloon/balloon.c        Sat Nov  5 
09:55:38 2005
@@ -370,7 +370,7 @@
 
        err = xenbus_scanf(NULL, "memory", "target", "%llu", &new_target);
        if (err != 1) {
-               printk(KERN_ERR "Unable to read memory/target\n");
+               /* This is ok (for domain0 at least) - so just return */
                return;
        } 
         

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Quiet down balloon driver., Xen patchbot -unstable <=