]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: modify novga to conform to documentation
authorJon Mason <jdmason@kudzu.us>
Wed, 10 Mar 2021 23:05:33 +0000 (18:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 11 Mar 2021 13:59:35 +0000 (13:59 +0000)
commit9f8d049dbbe0b1760979d9f3b745124abfc54c90
treeefa7df05dba37917a12157b10521496b12f7b594
parent9dea4cd2f9f46ab3a75562639a22d8f56b4d26af
runqemu: modify novga to conform to documentation

Passing 'novga' only adds '-vga none' to the qemu commandline and does
not prevent other vga devices from being added, contrary to the
documentation/help.  Clean-up the vga logic and add the ability to
prevent other vga devices from being added.

Signed-off-by: Jon Mason <jon.mason@arm.com>
Change-Id: I7ff8f9f3e419ce8bae3f3847d75f9275ca30406a
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu