From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43165) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtwID-0001nR-BV for qemu-devel@nongnu.org; Thu, 27 Nov 2014 05:27:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XtwI5-0005JB-Gk for qemu-devel@nongnu.org; Thu, 27 Nov 2014 05:27:21 -0500 Received: from mx1.redhat.com ([209.132.183.28]:43578) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XtwI5-0005J2-6g for qemu-devel@nongnu.org; Thu, 27 Nov 2014 05:27:13 -0500 Message-ID: <5476FC7D.6050300@redhat.com> Date: Thu, 27 Nov 2014 11:27:09 +0100 From: Max Reitz MIME-Version: 1.0 References: <1417023715-18210-1-git-send-email-jsnow@redhat.com> <1417023715-18210-11-git-send-email-jsnow@redhat.com> In-Reply-To: <1417023715-18210-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] [PATCH v8 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: kwolf@redhat.com, Fam Zheng , armbru@redhat.com, vsementsov@parallels.com, stefanha@redhat.com, pbonzini@redhat.com On 2014-11-26 at 18:41, 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