[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 8/9] qemu-iotests: Fix stderr handling in com
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH v2 8/9] qemu-iotests: Fix stderr handling in common.qemu |
Date: |
Mon, 10 Nov 2014 12:55:33 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 |
On 11/07/2014 12:39 PM, 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 <address@hidden>
> ---
> tests/qemu-iotests/common.qemu | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Eric Blake <address@hidden>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- Re: [Qemu-devel] [PATCH v2 5/9] block: Factor bdrv_probe_all() out of find_image_format(), (continued)
- [Qemu-devel] [PATCH v2 6/9] block: Read only one sector for format probing, Kevin Wolf, 2014/11/07
- [Qemu-devel] [PATCH v2 7/9] raw: Prohibit dangerous writes for probed images, Kevin Wolf, 2014/11/07
- [Qemu-devel] [PATCH v2 8/9] qemu-iotests: Fix stderr handling in common.qemu, Kevin Wolf, 2014/11/07
- [Qemu-devel] [PATCH v2 9/9] qemu-iotests: Test writing non-raw image headers to raw image, Kevin Wolf, 2014/11/07
- Re: [Qemu-devel] [PATCH v2 0/9] raw: Prohibit dangerous writes for probed images, Eric Blake, 2014/11/10
- Re: [Qemu-devel] [PATCH v2 0/9] raw: Prohibit dangerous writes for probed images, Markus Armbruster, 2014/11/11
- Re: [Qemu-devel] [PATCH v2 0/9] raw: Prohibit dangerous writes for probed images, Stefan Hajnoczi, 2014/11/13