]> git.proxmox.com Git - qemu.git/commit - console.c
chardev: move greeting into vc backend.
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:39 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:41 +0000 (07:59 -0600)
commit51bfa4d3160fe1d5c2eca381020b8b6dd69c3c80
treeb09e5c05adb9e5f567c08917ab3691111a2ccdbe
parent014100bb73d8512fb3d62f5cb123bfb2d04f3089
chardev: move greeting into vc backend.

Make the 'vc' chardev backend print a title line with the chardev name
after initialization, using CharDriverState->label.

This replaces the banner printing code in vl.c.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
console.c
vl.c