From: Amit Shah Date: Mon, 18 Jan 2010 13:45:09 +0000 (+0530) Subject: virtio: console: Separate out console-specific data into a separate struct X-Git-Tag: v2.6.34-rc1~294^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f23c573c0dbebfd193cfb90b003d67929c58b31;p=pandora-kernel.git virtio: console: Separate out console-specific data into a separate struct Move out console-specific stuff into a separate struct from 'struct port' as we need to maintain two lists: one for all the ports (which includes consoles) and one only for consoles since the hvc callbacks only give us the vtermno. This makes console handling cleaner. Signed-off-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed