Re: [Qemu-devel] [PATCH 17/20] qemu-char: move text console init to console.c

2013-03-13 Thread Anthony Liguori
Amit Shah writes: > From: Anthony Liguori > > Signed-off-by: Anthony Liguori > Signed-off-by: Amit Shah This patch broke vc switching in GTK. > --- > qemu-char.c | 1 - > ui/console.c | 7 +++ > 2 files changed, 7 insertions(+), 1 deletion(-) > > diff --git a/qemu-char.c b/qemu-char.c

[Qemu-devel] [PATCH 17/20] qemu-char: move text console init to console.c

2013-03-05 Thread Amit Shah
From: Anthony Liguori Signed-off-by: Anthony Liguori Signed-off-by: Amit Shah --- qemu-char.c | 1 - ui/console.c | 7 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/qemu-char.c b/qemu-char.c index cf02cab..b82d643 100644 --- a/qemu-char.c +++ b/qemu-char.c @@ -3663,7 +