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)
commitcc36e6423868b4f1f15baef9a998dfd4db7498f8
treef0ab1f32abe48bd796ad7a7193dc95737f7c8b80
parent80202fcd0ec0d17b12fa49d017ad6822a3d048cb
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