From: Jeremy Fitzhardinge Date: Tue, 20 Oct 2009 06:28:21 +0000 (+0900) Subject: xen/hvc: make sure console output is always emitted, with explicit polling X-Git-Tag: v2.6.32-rc7~71^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7825cf10e31c64ece3cac66fb01a742f1094da51;p=pandora-kernel.git xen/hvc: make sure console output is always emitted, with explicit polling We never want to rely on the hvc workqueue to emit output, because the most interesting output is when the kernel is broken. This will improve oops/crash/console message for better debugging. Instead, we force-poll until all output is emitted. Signed-off-by: Jeremy Fitzhardinge Cc: Stable Kernel --- Reading git-diff-tree failed