]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: Add new option to disable vga emulation
authorKhem Raj <raj.khem@gmail.com>
Sat, 20 Feb 2021 22:52:21 +0000 (14:52 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 23 Feb 2021 22:31:25 +0000 (22:31 +0000)
commiteabbdb3c4f78ab23348a6b988f59d9d98b5e2c7c
tree176b7d33b889d81191bf6212461dab62d50af905
parente6a0bced605da58ff43ff06ea6a1d67e84c98d91
runqemu: Add new option to disable vga emulation

When using nographic, explicitly disabling vga is needed some cases
since some qemu firmware (OpenFirmware ) defaults to std vga, and
when vga is enabled then it disables output to serial and redirects
that to vga which is by design, hwoever we expect the console output
to go to serial when using nographic, therefore its important to
disable vga with nographic especially on qemu based ppc platforms

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu