]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xen/bootup: During bootup suppress XENBUS: Unable to read cpu state
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 1 Feb 2012 21:07:41 +0000 (16:07 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 15 Feb 2012 15:43:53 +0000 (10:43 -0500)
commit3887cb02dfc38e9202c8239a0c34674bfbdf4353
tree26bf381207525b366518a3defde9a2ac1a9be6a6
parent207d1885f6d75d35df7349a1c9e0d44a41d2d9a2
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 <konrad.wilk@oracle.com>
drivers/xen/cpu_hotplug.c