From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhbKw-0002BR-So for qemu-devel@nongnu.org; Mon, 23 Jul 2018 09:57:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhbKw-0002rf-3U for qemu-devel@nongnu.org; Mon, 23 Jul 2018 09:57:18 -0400 Date: Mon, 23 Jul 2018 15:57:12 +0200 From: Kevin Wolf Message-ID: <20180723135712.GH8817@localhost.localdomain> References: <20180713191506.14484-1-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180713191506.14484-1-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Disallow compat=0.10 in 223 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, John Snow Am 13.07.2018 um 21:15 hat Max Reitz geschrieben: > 223 tests persistent dirty bitmaps which are not supported in > compat=0.10, so that option is unsupported for this test. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin