]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: let command line parameters override defaults
authorPatrick Ohly <patrick.ohly@intel.com>
Wed, 21 Dec 2016 13:11:28 +0000 (14:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Jan 2017 13:53:44 +0000 (13:53 +0000)
commitb6feb7578d60289c8b6e376cfaac8a3ee45e72f9
treea20e3b18c3114abc0854262dbf1ae81f8e9f46e7
parentcaa0fa2ddf0c97255b38b1ec8579944ab4821ff1
runqemu: let command line parameters override defaults

It may be necessary to override the parameters gathered for the qemu
invocation. For example, the qemux86 machine configuration sets "-vga
vmware", but when using OVMF as BIOS, only "-vga std" is supported.

By putting the parameters derived from custom runqemu parameters like
"qemuparams" after the parameters derived from the machine
configuration the user gets the possibility to override those.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/runqemu