From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suh29-0003MF-Ly for qemu-devel@nongnu.org; Fri, 27 Jul 2012 05:40:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Suh28-00060R-N0 for qemu-devel@nongnu.org; Fri, 27 Jul 2012 05:40:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Suh28-00060L-FW for qemu-devel@nongnu.org; Fri, 27 Jul 2012 05:40:32 -0400 Message-ID: <501261F6.4050501@redhat.com> Date: Fri, 27 Jul 2012 11:40:06 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1343376087-19316-1-git-send-email-stefanha@linux.vnet.ibm.com> In-Reply-To: <1343376087-19316-1-git-send-email-stefanha@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v4] qemu-iotests: add qed.py image manipulation utility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Eric Blake , qemu-devel@nongnu.org Am 27.07.2012 10:01, schrieb Stefan Hajnoczi: > The qed.py utility can inspect and manipulate QED image files. It can > be used for testing to see the state of image metadata and also to > inject corruptions into the image file. It also has a scrubbing feature > to copy just the metadata out of an image file, allowing users to share > broken image files without revealing data in bug reports. > > This has lived in my local repo for a long time but could be useful > to others. > > Signed-off-by: Stefan Hajnoczi > --- > v4: > * License under GPLv2+ [Eric] Thanks, replaced v3 by this one. Kevin