[Qemu-devel] [PATCH 2/9] console: allow VCs to be overridden by UI

2013-02-20 Thread Anthony Liguori
We want to expose VCs using a VteTerminal widget. We need access to provide our own CharDriverState in order to do this. Signed-off-by: Anthony Liguori --- include/ui/console.h | 6 +- qemu-char.c | 2 +- ui/console.c | 14 +- 3 files changed, 19 insertions(+)

[Qemu-devel] [PATCH 2/9] console: allow VCs to be overridden by UI

2013-02-18 Thread Anthony Liguori
We want to expose VCs using a VteTerminal widget. We need access to provide our own CharDriverState in order to do this. Signed-off-by: Anthony Liguori --- include/ui/console.h | 6 +- qemu-char.c | 2 +- ui/console.c | 14 +- 3 files changed, 19 insertions(+)