From nobody Thu Nov 13 22:04:09 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=virtuozzo.com ARC-Seal: i=1; a=rsa-sha256; t=1582788754; cv=none; d=zohomail.com; s=zohoarc; b=RrbwvtMiv9FpHV+uebTKIdnP6qtgzcgf/iKvHvAlQxmbU8AfZTRVy7zh4JtXPavU7G+muqGsd1dtbhs/mtpg/yiRUfF5nkD451RUENSxXFU1YonVoQplLSCo0lePRnSkN8G575aE+Wtfru++GMq9wWYSAdoBtYSQy0tOTHVhKw0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1582788754; h=Cc:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:References:Sender:Subject:To; bh=amjTn4FqGFgm3waLCcl5TN0ZUDnukO7K66lGB4lP8ok=; b=HbuGhA9wOxpdL+lAvZhZMib7NTiDTJOVDcKTj47n5N+9i11mrIPd4NIOlozMgLniFf2sOX0Z+Mxiz9qoTk/8R+CwxfXjTVC8wkGeTW4WJRhO5f4L0+/8BzEWKSYwAxOoWqM40+uZsENIaDR6/01ktwDcxyaGd7FsLAN1ER5lHFQ= ARC-Authentication-Results: i=1; mx.zohomail.com; spf=pass (zohomail.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 158278875383721.931547351378754; Wed, 26 Feb 2020 23:32:33 -0800 (PST) Received: from localhost ([::1]:54792 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7Deo-00027k-SF for importer@patchew.org; Thu, 27 Feb 2020 02:32:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:42235) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j7DcY-0000Fx-2g for qemu-devel@nongnu.org; Thu, 27 Feb 2020 02:30:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j7DcU-000090-W3 for qemu-devel@nongnu.org; Thu, 27 Feb 2020 02:30:08 -0500 Received: from relay.sw.ru ([185.231.240.75]:33952) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1j7DcU-00005Y-1T; Thu, 27 Feb 2020 02:30:06 -0500 Received: from dptest2.qa.sw.ru ([10.94.4.71]) by relay.sw.ru with esmtp (Exim 4.92.3) (envelope-from ) id 1j7DcP-0003Tx-4j; Thu, 27 Feb 2020 10:30:01 +0300 From: Denis Plotnikov To: qemu-devel@nongnu.org Subject: [PATCH v1 7/8] iotests: 080: update header size value because of adding compression type Date: Thu, 27 Feb 2020 10:29:52 +0300 Message-Id: <20200227072953.25445-8-dplotnikov@virtuozzo.com> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20200227072953.25445-1-dplotnikov@virtuozzo.com> References: <20200227072953.25445-1-dplotnikov@virtuozzo.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 185.231.240.75 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: kwolf@redhat.com, vsementsov@virtuozzo.com, qemu-block@nongnu.org, den@vrtuozzo.com, armbru@redhat.com, mreitz@redhat.com Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Denis Plotnikov --- tests/qemu-iotests/080 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/080 b/tests/qemu-iotests/080 index a3d13c414e..7588c63b6c 100755 --- a/tests/qemu-iotests/080 +++ b/tests/qemu-iotests/080 @@ -45,7 +45,7 @@ _supported_os Linux # - This is generally a test for compat=3D1.1 images _unsupported_imgopts 'refcount_bits=3D1[^0-9]' data_file 'compat=3D0.10' =20 -header_size=3D104 +header_size=3D112 =20 offset_backing_file_offset=3D8 offset_backing_file_size=3D16 --=20 2.17.0