From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32803) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eSMjn-0000To-00 for qemu-devel@nongnu.org; Fri, 22 Dec 2017 07:47:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eSMjm-0001UA-CK for qemu-devel@nongnu.org; Fri, 22 Dec 2017 07:47:43 -0500 Date: Fri, 22 Dec 2017 13:47:32 +0100 From: Kevin Wolf Message-ID: <20171222124732.GC3763@localhost.localdomain> References: <20171215080446.10671-1-famz@redhat.com> <20171215080446.10671-3-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171215080446.10671-3-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH 2/2] iotests: Test creating overlay when guest running 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 15.12.2017 um 09:04 hat Fam Zheng geschrieben: > Signed-off-by: Fam Zheng The updated test case passes even without your fix. I can reproduce the problem manually and verify that patch 1 fixes it, but the test case seems ineffective. And having a closer look at the test, this is because the running VM opened its images read-only. Kevin