Re: [PATCH] virtio: console: Enable call to hvc_remove() on console port remove

2011-03-15 Thread Rusty Russell
On Mon, 14 Mar 2011 17:45:48 +0530, Amit Shah wrote: > 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. Applied, Rusty. ___ Virtualization

[PATCH] virtio: console: Enable call to hvc_remove() on console port remove

2011-03-14 Thread Amit Shah
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