qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-block] [PATCH 0/3] iotests: Skip 162 if there is no SSH suppor


From: Max Reitz
Subject: Re: [Qemu-block] [PATCH 0/3] iotests: Skip 162 if there is no SSH support
Date: Fri, 28 Oct 2016 17:13:42 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0

On 12.10.2016 22:49, Max Reitz wrote:
> As reported by Hao QingFeng, iotest 162 is currently executed even if
> qemu does not have any SSH support (which makes it fail, naturally).
> 
> Fixing that is not so trivial, because qemu-img currently does not
> report modules, and SSH can be compiled as a module, so that needs to be
> fixed first. While doing so, I noticed that bdrv_iterate_format() tries
> to sort the list of formats, which is a bit contrary to my experience.
> Turns out that needs to be fixed, too.
> 
> 
> This series can either be applied on top of my series "iotests: Fix test
> 162" or just directly on master, both works (i.e. the patches in this
> series do not interfere with those from that one). I still thought I'd
> mention that series, if nothing else then only to get you to review that
> other one. ;-)
> 
> 
> Max Reitz (3):
>   block: Fix bdrv_iterate_format() sorting
>   block: Emit modules in bdrv_iterate_format()
>   iotests: Skip test 162 if there is no SSH support
> 
>  block.c                | 20 +++++++++++++++++++-
>  tests/qemu-iotests/162 |  3 +++
>  2 files changed, 22 insertions(+), 1 deletion(-)

Applied to my block tree.

Max

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]