From: Christian Borntraeger Date: Tue, 25 Nov 2008 12:36:26 +0000 (+0100) Subject: virtio_console: support console resizing X-Git-Tag: v2.6.29-rc1~558^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29834584ea4eafccf2f62a0b8a32e64f792044c;p=pandora-kernel.git virtio_console: support console resizing this patch uses the new hvc callback hvc_resize to set the window size which allows to change the tty size of hvc_console via a hvc_resize function. I have added a new feature bit VIRTIO_CONSOLE_F_SIZE. The driver will change the window size on tty open and via the config_changed callback of the transport. Currently lguest and kvm_s390 have not implemented this callback, but the callback can be implemented at a later point in time. Signed-off-by: Christian Borntraeger Signed-off-by: Rusty Russell --- Reading git-diff-tree failed