commit | ca76a66975f018c323cb609c0c55a4c8d4acde3b | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Fri Oct 11 16:34:05 2019 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Mon Oct 28 15:12:38 2019 +0000 |
tree | 924f16d7c93f6d4fe9fe1cba8f818bf1718540ed | |
parent | cbafa2362ab8d96af39d6b01a79ea4ed16d47dda [diff] |
plugin: add qemu_plugin_outs helper Having the plugins grab stdout and spew stuff there is a bit ugly and certainly makes the tests look ugly. Provide a hook back into QEMU which can be redirected as needed. Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Aaron Lindsay <aaron@os.amperecomputing.com>