From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58539) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6Pa-0000fK-Oo for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:19:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6PV-0008FT-QS for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:19:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:6838) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6PV-0008Ey-Jp for qemu-devel@nongnu.org; Wed, 18 Feb 2015 10:19:33 -0500 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t1IFJUkP021347 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 18 Feb 2015 10:19:30 -0500 From: Kevin Wolf Date: Wed, 18 Feb 2015 16:19:19 +0100 Message-Id: <1424272761-27554-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] qemu-img convert: Rewrite copying logic List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, stefanha@redhat.com, mreitz@redhat.com See the commit message of patch 1 for the background. Kevin Wolf (2): qemu-img convert: Rewrite copying logic qemu-iotests: Some qemu-img convert tests qemu-img.c | 511 +++++++++++++++++++++++++++------------------ tests/qemu-iotests/122 | 83 ++++++++ tests/qemu-iotests/122.out | 30 +++ tests/qemu-iotests/group | 1 + 4 files changed, 419 insertions(+), 206 deletions(-) create mode 100755 tests/qemu-iotests/122 create mode 100644 tests/qemu-iotests/122.out -- 1.8.3.1