From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47173) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCnvB-00060Z-93 for qemu-devel@nongnu.org; Mon, 10 Feb 2014 05:17:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCnv5-0007OC-7D for qemu-devel@nongnu.org; Mon, 10 Feb 2014 05:17:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:26151) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCnv4-0007Ny-Vp for qemu-devel@nongnu.org; Mon, 10 Feb 2014 05:16:55 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1AAGr2x017453 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 10 Feb 2014 05:16:53 -0500 Date: Mon, 10 Feb 2014 11:16:50 +0100 From: Kevin Wolf Message-ID: <20140210101650.GA2832@dhcp-200-207.str.redhat.com> References: <1392026999-10531-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1392026999-10531-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Exclude vmdk from 077 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: qemu-devel@nongnu.org, stefanha@redhat.com, Max Reitz Am 10.02.2014 um 11:09 hat Fam Zheng geschrieben: > The big lock implementation in block/vmdk.c causes dead lock with > dependent breakpoints in test_io(), so the test hangs. Disable it for > now. > > Signed-off-by: Fam Zheng This is already solved by "qemu-iotest: Make 077 raw-only" (pull request pending). Kevin