From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fdBbG-0001G2-Lu for qemu-devel@nongnu.org; Wed, 11 Jul 2018 05:39:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fdBbG-0002mv-3Q for qemu-devel@nongnu.org; Wed, 11 Jul 2018 05:39:54 -0400 Date: Wed, 11 Jul 2018 11:39:46 +0200 From: Kevin Wolf Message-ID: <20180711093946.GC4266@localhost.localdomain> References: <20180711070519.23633-1-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180711070519.23633-1-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: 153: Fix dead code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, Max Reitz , qemu-block@nongnu.org Am 11.07.2018 um 09:05 hat Fam Zheng geschrieben: > This step was left behind my mistake. As suggested by the echoed text, > the intention was to test two devices with the same image, with > different options. The behavior should be the same as two QEMU > processes. Complete it. > > Signed-off-by: Fam Zheng Thanks, applied to the block branch. Kevin