]> code.ossystems Code Review - openembedded-core.git/commit
oeqa: allow extending qemuparams="..."
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 28 Mar 2017 08:02:17 +0000 (10:02 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Mar 2017 08:16:10 +0000 (09:16 +0100)
commitb2a1cf09ea65ed6f561886b1b4241f9adf3e5709
treef3f44ca66baff2724fe6a994851b21689ef0d0ab
parent23dd96a3a175cecde258dc6d8263fbe7b308b58e
oeqa: allow extending qemuparams="..."

Sometimes it is useful to reconfigure the qemu virtual machine
directly. runqemu has the "qemuparams" parameter for that, and the
underlying start() methods also supported modifying that via their
"params" parameter. Only the runqemu() wrapper function lacked
a way to specify additional parameters.

One potential usage is to attach additional disks.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/commands.py