From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV0cL-0007He-Vp for qemu-devel@nongnu.org; Mon, 09 Mar 2015 12:33:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YV0cG-0005MB-Tx for qemu-devel@nongnu.org; Mon, 09 Mar 2015 12:33:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YV0cG-0005Lv-N7 for qemu-devel@nongnu.org; Mon, 09 Mar 2015 12:33:16 -0400 From: Markus Armbruster References: <1424905602-24715-1-git-send-email-jsnow@redhat.com> <1424905602-24715-8-git-send-email-jsnow@redhat.com> <20150309142734.GE3593@noname.str.redhat.com> <54FDC445.9050201@redhat.com> Date: Mon, 09 Mar 2015 17:33:10 +0100 In-Reply-To: <54FDC445.9050201@redhat.com> (John Snow's message of "Mon, 09 Mar 2015 12:03:17 -0400") Message-ID: <87385e2ks9.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH v2 7/8] qtest/ahci: add qcow2 support to ahci-test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: Kevin Wolf , peter.maydell@linaro.org, qemu-devel@nongnu.org, stefanha@redhat.com John Snow writes: > On 03/09/2015 10:27 AM, Kevin Wolf wrote: >> Am 26.02.2015 um 00:06 hat John Snow geschrieben: >>> This will enable the testing of high offsets without >>> wasting a lot of disk space, and does not impact the >>> previous tests. >>> >>> mkimg and mkqcow2 are added to libqos for other tests. >>> >>> Signed-off-by: John Snow [...] >> This function only exists since glib 2.34. Dropping the following >> patches from the queue: >> >> pick 23134a5 qtest/ahci: add qcow2 support to ahci-test >> pick 6ca5609 qtest/ahci: test different disk sectors >> pick e2f0dee qtest/ahci: Add simple flush test >> pick 396491b qtest/ahci: Allow override of default CLI options >> pick eb8c8bd libqtest: add qmp_eventwait >> pick 398bfc3 libqtest: add qmp_async >> pick d3f77d1 libqos: add blkdebug_prepare_script >> pick d628e51 qtest/ahci: add flush retry test >> >> This is patch 7 and 8 from this series and the complete series "ahci: >> rerror/werror=stop resume tests", which seems to depend on them. >> >> Kevin >> > > Do we have a policy on glib version for qtests? I know we require a > specific version for within QEMU itself, but there are many instances > of functions newer than that being using in qtests already. We should have one. Peter?