From: Konrad Rzeszutek Wilk Date: Wed, 1 Feb 2012 21:07:41 +0000 (-0500) Subject: xen/bootup: During bootup suppress XENBUS: Unable to read cpu state X-Git-Tag: v3.3-rc4~21^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b02aa1e6e7cf7d3bbf8027dc7e05e0eb2f1e828;p=pandora-kernel.git xen/bootup: During bootup suppress XENBUS: Unable to read cpu state When the initial domain starts, it prints (depending on the amount of CPUs) a slew of XENBUS: Unable to read cpu state XENBUS: Unable to read cpu state XENBUS: Unable to read cpu state XENBUS: Unable to read cpu state which provide no useful information - as the error is a valid issue - but not on the initial domain. The reason is that the XenStore is not accessible at that time (it is after all the first guest) so the CPU hotplug watch cannot parse "availability/cpu" attribute. Signed-off-by: Konrad Rzeszutek Wilk --- Reading git-diff-tree failed