From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtdxU-0006k3-Gq for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:52:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtdxP-00053r-3q for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:52:44 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50861) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtdxO-00053f-SG for qemu-devel@nongnu.org; Wed, 26 Nov 2014 09:52:39 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sAQEqbCY001683 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 26 Nov 2014 09:52:38 -0500 Message-ID: <5475E933.40403@redhat.com> Date: Wed, 26 Nov 2014 15:52:35 +0100 From: Max Reitz MIME-Version: 1.0 References: <1416944800-17919-1-git-send-email-jsnow@redhat.com> <1416944800-17919-11-git-send-email-jsnow@redhat.com> In-Reply-To: <1416944800-17919-11-git-send-email-jsnow@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [2.3 PATCH v7 10/10] qemu-iotests: Add tests for drive-backup sync=dirty-bitmap List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , qemu-devel@nongnu.org Cc: Fam Zheng On 2014-11-25 at 20:46, John Snow wrote: > From: Fam Zheng > > Signed-off-by: Fam Zheng > Signed-off-by: John Snow > --- > tests/qemu-iotests/056 | 33 ++++++++++++++++++++++++++++++--- > tests/qemu-iotests/056.out | 4 ++-- > tests/qemu-iotests/iotests.py | 8 ++++++++ > 3 files changed, 40 insertions(+), 5 deletions(-) Reviewed-by: Max Reitz