From nobody Sun May 19 23:34:10 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.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 (zoho.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=1563956782; cv=none; d=zoho.com; s=zohoarc; b=UwTBQ4SKD6WqXk1RvdgCUHy4rx0Zoma4dTU/R+gjt4SPRuJqMFWlfe0Ic1jRaNeeOtme5T6bJ2slH01Ye1BcQdNqzvQWdNIyBsA8yD0idzXa6Pn+oqKvXmHKrNb7zWDwqctCWS3FUdw97gZB3X+HjRM1UqtDxycM8E0A3sqNCHo= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1563956782; h=Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=TFHpH+L2tFDbIQ00UfMrLWrLf/3G7rcq05A/5mOYFyE=; b=mJwKSJefcxJuty/wizKPZlmdROlMeTBU5CIgQ5964YnN9Zm0Ik1pLWddBi7pdDCRuVGW7cAN1BdOBf7Ef2Qfyiky0Mog971KDKIvgvTOj0jtJqt8EOkdFrGNOAjGuAxehDCTd3DaR7FQ2yUMNU2FcDSajg849sRTiof95cuBvTI= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.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 1563956782592772.478150086337; Wed, 24 Jul 2019 01:26:22 -0700 (PDT) Received: from localhost ([::1]:49658 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqCbN-0005MF-NY for importer@patchew.org; Wed, 24 Jul 2019 04:26:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57630) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqCbD-0004wX-Gu for qemu-devel@nongnu.org; Wed, 24 Jul 2019 04:26:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqCbC-0005v4-Ey for qemu-devel@nongnu.org; Wed, 24 Jul 2019 04:26:11 -0400 Received: from relay.sw.ru ([185.231.240.75]:53828) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqCbC-0005u4-8C; Wed, 24 Jul 2019 04:26:10 -0400 Received: from [172.16.25.136] (helo=localhost.sw.ru) by relay.sw.ru with esmtp (Exim 4.92) (envelope-from ) id 1hqCb8-0002U1-Gp; Wed, 24 Jul 2019 11:26:06 +0300 From: Andrey Shinkevich To: qemu-devel@nongnu.org, qemu-block@nongnu.org Date: Wed, 24 Jul 2019 11:25:54 +0300 Message-Id: <1563956754-393910-1-git-send-email-andrey.shinkevich@virtuozzo.com> X-Mailer: git-send-email 1.8.3.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 185.231.240.75 Subject: [Qemu-devel] [PATCH] Fixes: a6862418fec4072 iotests change in 051.out 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, peter.maydell@linaro.org, mreitz@redhat.com, borntraeger@de.ibm.com, qemu-s390x@nongnu.org, andrey.shinkevich@virtuozzo.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" The patch "iotests: Set read-zeroes on in null block driver for Valgrind" needs the change in 051.out when compared against on the s390 system. Reported-by: Christian Borntraeger Signed-off-by: Andrey Shinkevich Reviewed-by: John Snow Tested-by: Christian Borntraeger --- tests/qemu-iotests/051.out | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/qemu-iotests/051.out b/tests/qemu-iotests/051.out index 8993835..554c5ca 100644 --- a/tests/qemu-iotests/051.out +++ b/tests/qemu-iotests/051.out @@ -149,23 +149,23 @@ QEMU X.Y.Z monitor - type 'help' for more information =20 =3D=3D=3D Cache modes =3D=3D=3D =20 -Testing: -drive driver=3Dnull-co,cache=3Dnone +Testing: -drive driver=3Dnull-co,read-zeroes=3Don,cache=3Dnone QEMU X.Y.Z monitor - type 'help' for more information (qemu) quit =20 -Testing: -drive driver=3Dnull-co,cache=3Ddirectsync +Testing: -drive driver=3Dnull-co,read-zeroes=3Don,cache=3Ddirectsync QEMU X.Y.Z monitor - type 'help' for more information (qemu) quit =20 -Testing: -drive driver=3Dnull-co,cache=3Dwriteback +Testing: -drive driver=3Dnull-co,read-zeroes=3Don,cache=3Dwriteback QEMU X.Y.Z monitor - type 'help' for more information (qemu) quit =20 -Testing: -drive driver=3Dnull-co,cache=3Dwritethrough +Testing: -drive driver=3Dnull-co,read-zeroes=3Don,cache=3Dwritethrough QEMU X.Y.Z monitor - type 'help' for more information (qemu) quit =20 -Testing: -drive driver=3Dnull-co,cache=3Dunsafe +Testing: -drive driver=3Dnull-co,read-zeroes=3Don,cache=3Dunsafe QEMU X.Y.Z monitor - type 'help' for more information (qemu) quit =20 --=20 1.8.3.1