From: Amit Shah Date: Mon, 14 Mar 2011 12:15:48 +0000 (+0530) Subject: virtio: console: Enable call to hvc_remove() on console port remove X-Git-Tag: v2.6.39-rc5~28^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afa2689e19073cd2e762d0f2c1358fab1ab9f18c;p=pandora-kernel.git virtio: console: Enable call to hvc_remove() on console port remove This call was disabled as hot-unplugging one virtconsole port led to another virtconsole port freezing. Upon testing it again, this now works, so enable it. In addition, a bug was found in qemu wherein removing a port of one type caused the guest output from another port to stop working. I doubt it was just this bug that caused it (since disabling the hvc_remove() call did allow other ports to continue working), but since it's all solved now, we're fine with hot-unplugging of virtconsole ports. Signed-off-by: Amit Shah Signed-off-by: Rusty Russell --- Reading git-diff-tree failed