From: Jeremy Fitzhardinge Date: Mon, 26 May 2008 22:31:25 +0000 (+0100) Subject: xen-console: add save/restore X-Git-Tag: v2.6.27-rc1~1106^2~251^24~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9b732d0e396a3f1a95977162a8624aafce38a1;p=pandora-kernel.git xen-console: add save/restore Add code to: 1. Deal with the console page being canonicalized. During save, the console's mfn in the start_info structure is canonicalized to a pfn. In order to deal with that, we always use a copy of the pfn and indirect off that all the time. However, we fall back to using the mfn if the pfn hasn't been initialized yet. 2. Restore the console event channel, and rebind it to the existing irq. Signed-off-by: Jeremy Fitzhardinge Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed