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
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
-