On 2014-11-07 at 20:39, Kevin Wolf wrote:
The original intention was to pipe stderr of qemu into $fifo_out.
However, the redirections were specified in the wrong order for this.
This patch fixes it.

Now qemu's output on stderr can be retrieved with _send_qemu_cmd, which
applies several useful filters on the output that were missing before.

Signed-off-by: Kevin Wolf <kw...@redhat.com>
---
  tests/qemu-iotests/common.qemu | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

Reviewed-by: Max Reitz <mre...@redhat.com>

Reply via email to