From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58623) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1buQSj-0005Bm-Ug for qemu-devel@nongnu.org; Wed, 12 Oct 2016 16:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1buQSi-00021F-OD for qemu-devel@nongnu.org; Wed, 12 Oct 2016 16:49:17 -0400 From: Max Reitz Date: Wed, 12 Oct 2016 22:49:04 +0200 Message-Id: <20161012204907.25941-1-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] iotests: Skip 162 if there is no SSH support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: qemu-devel@nongnu.org, Max Reitz , Kevin Wolf , Stefan Hajnoczi , Hao QingFeng 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(-) -- 2.10.0