]> git.proxmox.com Git - qemu.git/commit - console.c
create TextConsole together with the CharDeviceState
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Dec 2010 12:42:51 +0000 (13:42 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 1 Feb 2011 22:50:43 +0000 (16:50 -0600)
commit491e114a953d746b5787e72516d052aef0b67bc4
treef0ab1f32abe48bd796ad7a7193dc95737f7c8b80
parentbb002513a9bd2bff169c3d431a8f00c5b2e3aa99
create TextConsole together with the CharDeviceState

A nicer solution would be to get rid of the opaque pointer and
use containment, but it would also be a much bigger patch.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
console.c