]> git.karo-electronics.de Git - karo-tx-linux.git/commit
kvm tools: Introduce --enable-virtio-console option
authorAsias He <asias.hejun@gmail.com>
Fri, 8 Apr 2011 14:12:53 +0000 (22:12 +0800)
committerPekka Enberg <penberg@kernel.org>
Fri, 8 Apr 2011 11:53:25 +0000 (14:53 +0300)
commit924e9295f37afb4a8a00be65aac6ee2c95e23a24
treef75b853d0ac65df7d074aeb7a380b4aff622b969
parent2a9bf9ca069c3476ec3c320ea1276f86158fe3fd
kvm tools: Introduce --enable-virtio-console option

This option enables virtio console and disables serial console.
At this time, the virtio and serial console can not work simultaneously.
Becasue we can not put both console's output to user at the same time.
However, once we redirect the virtio console to a pipe or socket. We can
use both console simultaneously.

Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/main.c