mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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 <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6713 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8712716151
commit
bb806047e2
4 changed files with 6 additions and 10 deletions
2
vl.c
2
vl.c
|
@ -5684,7 +5684,7 @@ int main(int argc, char **argv, char **envp)
|
|||
qemu_chr_initial_reset();
|
||||
|
||||
if (monitor_device && monitor_hd)
|
||||
monitor_init(monitor_hd, !nographic);
|
||||
monitor_init(monitor_hd);
|
||||
|
||||
for(i = 0; i < MAX_SERIAL_PORTS; i++) {
|
||||
const char *devname = serial_devices[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue