From patchwork Mon May 16 12:59:12 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Hajnoczi X-Patchwork-Id: 95742 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id D9A28B6EED for ; Mon, 16 May 2011 22:59:35 +1000 (EST) Received: from localhost ([::1]:50709 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLxOW-00084W-SA for incoming@patchwork.ozlabs.org; Mon, 16 May 2011 08:59:32 -0400 Received: from eggs.gnu.org ([140.186.70.92]:59928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLxON-0007zz-N9 for qemu-devel@nongnu.org; Mon, 16 May 2011 08:59:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QLxOM-0007Ds-U6 for qemu-devel@nongnu.org; Mon, 16 May 2011 08:59:23 -0400 Received: from mtagate4.uk.ibm.com ([194.196.100.164]:59432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QLxOM-0007Db-Hw for qemu-devel@nongnu.org; Mon, 16 May 2011 08:59:22 -0400 Received: from d06nrmr1507.portsmouth.uk.ibm.com (d06nrmr1507.portsmouth.uk.ibm.com [9.149.38.233]) by mtagate4.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p4GCxLrE027260 for ; Mon, 16 May 2011 12:59:21 GMT Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by d06nrmr1507.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p4GCxGXx2646074 for ; Mon, 16 May 2011 13:59:21 +0100 Received: from d06av09.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p4GCxFR7012870 for ; Mon, 16 May 2011 06:59:15 -0600 Received: from stefanha-thinkpad.manchester-maybrook.uk.ibm.com (dyn-9-174-219-27.manchester-maybrook.uk.ibm.com [9.174.219.27]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVin) with ESMTP id p4GCxEPw012845; Mon, 16 May 2011 06:59:14 -0600 From: Stefan Hajnoczi To: Date: Mon, 16 May 2011 13:59:12 +0100 Message-Id: <1305550752-3639-1-git-send-email-stefanha@linux.vnet.ibm.com> X-Mailer: git-send-email 1.7.4.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 194.196.100.164 Cc: Kevin Wolf , Christoph Hellwig , Stefan Hajnoczi Subject: [Qemu-devel] [PATCH][qemu-iotests] add qed support to 025 image resize test X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org QED now supports the truncate (aka resize) operation for growing images. Update test 025 so it runs for QED. Signed-off-by: Stefan Hajnoczi --- 025 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/025 b/025 index 691b6da..7062aa6 100755 --- a/025 +++ b/025 @@ -39,7 +39,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 . ./common.filter . ./common.pattern -_supported_fmt raw qcow2 +_supported_fmt raw qcow2 qed _supported_proto file sheepdog rbd _supported_os Linux