add virtio-console support (Christian Ehrhardt)
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 20:05:25 +0000 (20:05 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 15 Jan 2009 20:05:25 +0000 (20:05 +0000)
commit9ede2fde19eaf65c07c8bed3936e78dc0ed37412
treeab0803974c9804d73e060673c4293fe456fac842
parentc76ee25de48ab27a89fc6886256def0900ba7b60
add virtio-console support (Christian Ehrhardt)

This patch adds the virtio console to qemu. This console can be found after the
serial and parallel outputs as another virtual console. In the -nographic case
it is redirected to the null output by default.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6315 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
sysemu.h
vl.c