From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Stefan Hajnoczi Date: Mon, 16 May 2011 13:59:12 +0100 Message-Id: <1305550752-3639-1-git-send-email-stefanha@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH][qemu-iotests] add qed support to 025 image resize test List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Christoph Hellwig , Stefan Hajnoczi 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 -- 1.7.4.4