Re: [PATCH v6 39/54] plugin: add qemu_plugin_outs helper

2019-10-22 Thread Aaron Lindsay OS
On Oct 17 14:16, Alex Bennée wrote: > 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 Reviewed-by: Aaron Lindsay

[PATCH v6 39/54] plugin: add qemu_plugin_outs helper

2019-10-17 Thread Alex Bennée
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 --- v6 - split and move to pre example plugins --- include/qemu/log.h | 1 + include