Move CharDriverState code out of vl.c
authoraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 31 Oct 2008 18:49:55 +0000 (18:49 +0000)
committeraliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Fri, 31 Oct 2008 18:49:55 +0000 (18:49 +0000)
commit6f97dba008ec434b742764596d9e28df673cf6c2
tree5b836102f73d309e76f442ceedec7a5288bf220b
parent0e82f34d077dc254249edea9262174b1d3b44a01
Move CharDriverState code out of vl.c

The motivating goal behind this is to allow other tools to use the CharDriver
code.  This patch is pure code motion except for the Makefile changes and the
copyright/header in qemu-char.c.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5580 c046a42c-6fe2-441c-8c8c-71466251a162
Makefile.target
qemu-char.c [new file with mode: 0644]
vl.c