From nobody Mon May 6 07:22:27 2024 Delivered-To: importer@patchew.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=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1616575539; cv=none; d=zohomail.com; s=zohoarc; b=lNNpDTR3PiyDFc85RYTUl3OApPJWQmzntGysvf/c5rTCWeXRtcBG4SWy4naNhtPWFhYhLIW/TPpzykJfJM5iCqsFjI36+G6FagDX+s0HkIfkWZBfl/yMBPaJQdhgRTL5Z314wBJqbXGQg6GxzwL0EDdD7FpQzllFvW9QyGOgDoI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1616575539; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To; bh=qy+SAaPi0WVhMYr3y5hUe5ivMPAnhcfsFhKrOZBKPbg=; b=fmN33haLepQTlul6fvLzBdLasV+cucadcnmhgPxFwYL+5imZt1pTR86Iq40Owa1XgWAaoiN8FX6fZWaxHPJrEGBeVVuQKRyUVqFxEIP+m10kmKkJcuHMAN/oSZumX6UyElSzmuDjfi5KeelWksoKvTIKUSLP+iqyGikYZfogxbk= 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 1616575539335681.7936683594282; Wed, 24 Mar 2021 01:45:39 -0700 (PDT) Received: from localhost ([::1]:42480 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lOz90-00019G-B3 for importer@patchew.org; Wed, 24 Mar 2021 04:45:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOz75-000062-TU; Wed, 24 Mar 2021 04:43:40 -0400 Received: from mga03.intel.com ([134.134.136.65]:25459) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lOz71-0004xY-MI; Wed, 24 Mar 2021 04:43:39 -0400 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2021 01:43:25 -0700 Received: from tao-optiplex-7060.sh.intel.com ([10.239.159.28]) by orsmga002.jf.intel.com with ESMTP; 24 Mar 2021 01:43:24 -0700 IronPort-SDR: P108RB4d3FSMDFyPlMthn11JZTDP1Zi7CKPV+4LZm5aRA6LRzbN+Fox4/htzA5Je3YGg4rzaZy 3/uWgahmsvAA== X-IronPort-AV: E=McAfee;i="6000,8403,9932"; a="190689745" X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="190689745" IronPort-SDR: AMfOKz+9ZryhTR8YNqltVyDHm+wHjHcLjJpJN9LIRpT12Ux2y2QyrmsT4O7UhI3ireB2zlVDmu hbw0PRzXKtlw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,274,1610438400"; d="scan'208";a="391220958" From: Tao Xu To: kwolf@redhat.com, mreitz@redhat.com Subject: [PATCH] iotests: Fix typo in iotest 051 Date: Wed, 24 Mar 2021 16:43:21 +0800 Message-Id: <20210324084321.90952-1-tao3.xu@intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable 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; Received-SPF: pass client-ip=134.134.136.65; envelope-from=tao3.xu@intel.com; helo=mga03.intel.com X-Spam_score_int: -41 X-Spam_score: -4.2 X-Spam_bar: ---- X-Spam_report: (-4.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no 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: Tao Xu , qemu-devel@nongnu.org, qemu-block@nongnu.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" There is an typo in iotest 051, correct it. Signed-off-by: Tao Xu --- tests/qemu-iotests/051 | 2 +- tests/qemu-iotests/051.pc.out | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/qemu-iotests/051 b/tests/qemu-iotests/051 index f92161d8ef..1595babe82 100755 --- a/tests/qemu-iotests/051 +++ b/tests/qemu-iotests/051 @@ -209,7 +209,7 @@ case "$QEMU_DEFAULT_MACHINE" in # virtio-blk enables the iothread only when the driver initialises= the # device, so a second virtio-blk device can't be added even with t= he # same iothread. virtio-scsi allows this. - run_qemu $iothread -device virtio-blk-pci,drive=3Ddisk,iohtread=3D= iothread0,share-rw=3Don + run_qemu $iothread -device virtio-blk-pci,drive=3Ddisk,iothread=3D= iothread0,share-rw=3Don run_qemu $iothread -device virtio-scsi,id=3Dvirtio-scsi1,iothread= =3Dthread0 -device scsi-hd,bus=3Dvirtio-scsi1.0,drive=3Ddisk,share-rw=3Don ;; *) diff --git a/tests/qemu-iotests/051.pc.out b/tests/qemu-iotests/051.pc.out index a28e3fc124..a43086bb41 100644 --- a/tests/qemu-iotests/051.pc.out +++ b/tests/qemu-iotests/051.pc.out @@ -183,9 +183,9 @@ Testing: -drive file=3DTEST_DIR/t.qcow2,if=3Dnone,node-= name=3Ddisk -object iothread,id QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: -device scsi-hd,bus=3Dvirtio-scsi1.0,drive=3Ddisk,share-= rw=3Don: Cannot change iothread of active block backend =20 -Testing: -drive file=3DTEST_DIR/t.qcow2,if=3Dnone,node-name=3Ddisk -object= iothread,id=3Dthread0 -device virtio-scsi,iothread=3Dthread0,id=3Dvirtio-s= csi0 -device scsi-hd,bus=3Dvirtio-scsi0.0,drive=3Ddisk,share-rw=3Don -devic= e virtio-blk-pci,drive=3Ddisk,iohtread=3Diothread0,share-rw=3Don +Testing: -drive file=3DTEST_DIR/t.qcow2,if=3Dnone,node-name=3Ddisk -object= iothread,id=3Dthread0 -device virtio-scsi,iothread=3Dthread0,id=3Dvirtio-s= csi0 -device scsi-hd,bus=3Dvirtio-scsi0.0,drive=3Ddisk,share-rw=3Don -devic= e virtio-blk-pci,drive=3Ddisk,iothread=3Diothread0,share-rw=3Don QEMU X.Y.Z monitor - type 'help' for more information -(qemu) QEMU_PROG: -device virtio-blk-pci,drive=3Ddisk,iohtread=3Diothread0= ,share-rw=3Don: Cannot change iothread of active block backend +(qemu) QEMU_PROG: -device virtio-blk-pci,drive=3Ddisk,iothread=3Diothread0= ,share-rw=3Don: Cannot change iothread of active block backend =20 Testing: -drive file=3DTEST_DIR/t.qcow2,if=3Dnone,node-name=3Ddisk -object= iothread,id=3Dthread0 -device virtio-scsi,iothread=3Dthread0,id=3Dvirtio-s= csi0 -device scsi-hd,bus=3Dvirtio-scsi0.0,drive=3Ddisk,share-rw=3Don -devic= e virtio-scsi,id=3Dvirtio-scsi1,iothread=3Dthread0 -device scsi-hd,bus=3Dvi= rtio-scsi1.0,drive=3Ddisk,share-rw=3Don QEMU X.Y.Z monitor - type 'help' for more information --=20 2.25.1