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)
commit9fcc29fa2918efcf659b5e75f832ff2e4563557d
tree5b836102f73d309e76f442ceedec7a5288bf220b
parent4d712829815deb517df597e828885dc9ec655e88
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