From bb806047e22f20b96fc4f2e1a8c93bfe16e552d7 Mon Sep 17 00:00:00 2001 From: aliguori Date: Thu, 5 Mar 2009 23:01:33 +0000 Subject: monitor: Drop banner hiding (Jan Kiszka) There is no use for the hide/show banner option, and it is applied inconsistently anyway (or what makes the difference between -serial mon:stdio and -nographic for the monitor?). So drop this mode. Signed-off-by: Jan Kiszka Signed-off-by: Anthony Liguori git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6713 c046a42c-6fe2-441c-8c8c-71466251a162 --- monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index d06e2d8bba..abe7193d75 100644 --- a/monitor.h +++ b/monitor.h @@ -7,7 +7,7 @@ extern Monitor *cur_mon; -void monitor_init(CharDriverState *chr, int show_banner); +void monitor_init(CharDriverState *chr); void monitor_suspend(Monitor *mon); void monitor_resume(Monitor *mon); -- cgit v1.2.1