From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44933) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxJ8B-0000wB-OC for qemu-devel@nongnu.org; Fri, 13 Nov 2015 13:31:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxJ8B-0002Ap-1b for qemu-devel@nongnu.org; Fri, 13 Nov 2015 13:31:27 -0500 From: John Snow Date: Fri, 13 Nov 2015 13:31:16 -0500 Message-Id: <1447439479-16775-1-git-send-email-jsnow@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/3] qtest/ahci: skip qcow2 tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-block@nongnu.org Cc: peter.maydell@linaro.org, John Snow , qemu-devel@nongnu.org Skip tests that need qcow2 to function when qemu-img isn't set or otherwise present. When running under raw mode, we no longer properly test LBA48 reads/writes beyond 137Gb. ahci-test will skip past any //io//lba48//high test. While we're at it, try to make failures due to missing qemu-img binaries a little more apparent in case we find a way to bump into them again. v2: Fix type; size_t -> uint64_t. (Fails i386 tests.) John Snow (3): qtest/ahci: always specify image format libqos: add qemu-img presence check qtest/ahci: use raw format when qemu-img is absent tests/ahci-test.c | 90 ++++++++++++++++++++++++++++++++++----------------- tests/libqos/libqos.c | 28 +++++++++++++--- tests/libqos/libqos.h | 1 + 3 files changed, 84 insertions(+), 35 deletions(-) -- 2.4.3