From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ViN-0007CH-An for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:02:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8ViF-0008QF-Kc for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:02:03 -0500 Received: from mx1.redhat.com ([209.132.183.28]:20913) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ViF-0008Po-Do for qemu-devel@nongnu.org; Wed, 29 Jan 2014 09:01:55 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s0TE1sTD017933 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 29 Jan 2014 09:01:54 -0500 Date: Wed, 29 Jan 2014 15:01:51 +0100 From: Stefan Hajnoczi Message-ID: <20140129140151.GC23531@stefanha-thinkpad.muc.redhat.com> References: <1390992443-12978-1-git-send-email-famz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1390992443-12978-1-git-send-email-famz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: Drop assert_no_active_commit in case 040 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: Kevin Wolf , qemu-devel@nongnu.org On Wed, Jan 29, 2014 at 06:47:23PM +0800, Fam Zheng wrote: > It is exactly assert_no_active_block_jobs in iotests.py > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/040 | 28 ++++++++++++---------------- > 1 file changed, 12 insertions(+), 16 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan