]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Use threadpool for virtio-console
authorSasha Levin <levinsasha928@gmail.com>
Thu, 28 Apr 2011 13:40:44 +0000 (16:40 +0300)
committerPekka Enberg <penberg@kernel.org>
Thu, 28 Apr 2011 17:53:18 +0000 (20:53 +0300)
commitfa446c6b80c9c5e632255cf40643d8bed18b2431
tree01175ada5ee70a7c813363da90665c6f76a50b94
parent5dfe35ac8f47bf7582d30215cdf99213b2119242
kvm tools: Use threadpool for virtio-console

This is very similar to the change done in virtio-net.

Notice that one signal here comes from outside the module (actual terminal)
while the other one is generated by the virtio module.

Signed-off-by: Sasha Levin <levinsasha928@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/virtio-console.c