From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwXHx-0004y6-0J for qemu-devel@nongnu.org; Thu, 04 Dec 2014 09:21:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XwXHq-0000vC-Nl for qemu-devel@nongnu.org; Thu, 04 Dec 2014 09:21:48 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34097) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XwXHq-0000v0-GJ for qemu-devel@nongnu.org; Thu, 04 Dec 2014 09:21:42 -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 sB4ELfvK013903 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 4 Dec 2014 09:21:41 -0500 Message-ID: <54806DF3.60607@redhat.com> Date: Thu, 04 Dec 2014 15:21:39 +0100 From: Max Reitz MIME-Version: 1.0 References: <1417660192-3773-1-git-send-email-famz@redhat.com> <1417660192-3773-4-git-send-email-famz@redhat.com> In-Reply-To: <1417660192-3773-4-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4 3/3] qemu-iotests: Test blockdev-backup in 055 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Markus Armbruster , Stefan Hajnoczi On 2014-12-04 at 03:29, Fam Zheng wrote: > This applies cases on drive-backup on blockdev-backup, except cases with > target format and mode. > > Also add a case to check source == target. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/055 | 211 +++++++++++++++++++++++++++++++++++++-------- > tests/qemu-iotests/055.out | 4 +- > 2 files changed, 176 insertions(+), 39 deletions(-) Reviewed-by: Max Reitz