From patchwork Thu Jun 11 17:16:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Denis V. Lunev" X-Patchwork-Id: 1307666 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=nongnu.org (client-ip=209.51.188.17; helo=lists.gnu.org; envelope-from=qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=openvz.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 49jVtd4MHlz9sR4 for ; Fri, 12 Jun 2020 03:18:17 +1000 (AEST) Received: from localhost ([::1]:50222 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jjQqE-00069W-2i for incoming@patchwork.ozlabs.org; Thu, 11 Jun 2020 13:18:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjQoJ-00042m-Hq; Thu, 11 Jun 2020 13:16:15 -0400 Received: from relay.sw.ru ([185.231.240.75]:36384 helo=relay3.sw.ru) by eggs.gnu.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jjQoF-0001g1-Pt; Thu, 11 Jun 2020 13:16:15 -0400 Received: from [192.168.15.81] (helo=iris.sw.ru) by relay3.sw.ru with esmtp (Exim 4.93) (envelope-from ) id 1jjQo9-0000E7-RL; Thu, 11 Jun 2020 20:16:05 +0300 From: "Denis V. Lunev" To: qemu-block@nongnu.org, qemu-devel@nongnu.org Subject: [PATCH 2/2] iotests: fix 172 test Date: Thu, 11 Jun 2020 20:16:08 +0300 Message-Id: <20200611171608.22052-3-den@openvz.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200611171608.22052-1-den@openvz.org> References: <20200611171608.22052-1-den@openvz.org> Received-SPF: pass client-ip=185.231.240.75; envelope-from=den@openvz.org; helo=relay3.sw.ru X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/11 13:11:47 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action 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: Kevin Wolf , Fam Zheng , Eduardo Habkost , Max Reitz , Paolo Bonzini , "Denis V. Lunev" , John Snow Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: "Qemu-devel" Default discard granularity is set to -2 now. Signed-off-by: Denis V. Lunev CC: Kevin Wolf CC: Max Reitz CC: Eduardo Habkost CC: Marcel Apfelbaum CC: John Snow CC: Paolo Bonzini CC: Fam Zheng --- tests/qemu-iotests/172.out | 106 ++++++++++++++++++------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/tests/qemu-iotests/172.out b/tests/qemu-iotests/172.out index 7abbe82427..fb6d3efe7b 100644 --- a/tests/qemu-iotests/172.out +++ b/tests/qemu-iotests/172.out @@ -28,7 +28,7 @@ Testing: physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -58,7 +58,7 @@ Testing: -fda TEST_DIR/t.qcow2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -85,7 +85,7 @@ Testing: -fdb TEST_DIR/t.qcow2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -96,7 +96,7 @@ Testing: -fdb TEST_DIR/t.qcow2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -123,7 +123,7 @@ Testing: -fda TEST_DIR/t.qcow2 -fdb TEST_DIR/t.qcow2.2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -134,7 +134,7 @@ Testing: -fda TEST_DIR/t.qcow2 -fdb TEST_DIR/t.qcow2.2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -164,7 +164,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -191,7 +191,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2,index=1 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -202,7 +202,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2,index=1 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -229,7 +229,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=floppy,file=TEST_DIR/t physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -240,7 +240,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=floppy,file=TEST_DIR/t physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -270,7 +270,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -global isa-fdc.driveA=none0 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -297,7 +297,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -global isa-fdc.driveB=none0 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -324,7 +324,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -335,7 +335,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -365,7 +365,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -392,7 +392,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0,unit=1 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -419,7 +419,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -430,7 +430,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -460,7 +460,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -471,7 +471,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -498,7 +498,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -509,7 +509,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -536,7 +536,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -563,7 +563,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -global is physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -593,7 +593,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -604,7 +604,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -631,7 +631,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -642,7 +642,7 @@ Testing: -fda TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -669,7 +669,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -680,7 +680,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -707,7 +707,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -718,7 +718,7 @@ Testing: -fdb TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qcow2.2 -device fl physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -754,7 +754,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.q physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -765,7 +765,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.q physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -792,7 +792,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.q physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -803,7 +803,7 @@ Testing: -drive if=floppy,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.q physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -836,7 +836,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -847,7 +847,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -874,7 +874,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -885,7 +885,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -912,7 +912,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -923,7 +923,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -950,7 +950,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -961,7 +961,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -drive if=none,file=TEST_DIR/t.qco physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -1003,7 +1003,7 @@ Testing: -device floppy physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -1030,7 +1030,7 @@ Testing: -device floppy,drive-type=120 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "120" @@ -1057,7 +1057,7 @@ Testing: -device floppy,drive-type=144 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -1084,7 +1084,7 @@ Testing: -device floppy,drive-type=288 physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -1114,7 +1114,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0,drive-t physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "120" @@ -1141,7 +1141,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0,drive-t physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "288" @@ -1171,7 +1171,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0,logical physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144" @@ -1198,7 +1198,7 @@ Testing: -drive if=none,file=TEST_DIR/t.qcow2 -device floppy,drive=none0,physica physical_block_size = 512 (0x200) min_io_size = 0 (0x0) opt_io_size = 0 (0x0) - discard_granularity = 4294967295 (0xffffffff) + discard_granularity = 4294967294 (0xfffffffe) write-cache = "auto" share-rw = false drive-type = "144"