Re: [Qemu-devel] [PATCH] console: kill MAX_CONSOLES, alloc consoles dynamically

2014-05-26 Thread Gonglei (Arei)
ony Liguori > Subject: [Qemu-devel] [PATCH] console: kill MAX_CONSOLES, alloc consoles > dynamically > > Signed-off-by: Gerd Hoffmann > --- > ui/console.c | 13 - > 1 file changed, 4 insertions(+), 9 deletions(-) > Reviewed-by: Gonglei Good, BTW Maybe

[Qemu-devel] [PATCH] console: kill MAX_CONSOLES, alloc consoles dynamically

2014-05-26 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- ui/console.c | 13 - 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/ui/console.c b/ui/console.c index 75ec3af..3bc18cf 100644 --- a/ui/console.c +++ b/ui/console.c @@ -30,7 +30,6 @@ #include "trace.h" #define DEFAULT_BACKSCROLL 512 -