From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuNhk-0001F5-UK for qemu-devel@nongnu.org; Thu, 26 Jul 2012 09:02:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SuNha-0000vo-PX for qemu-devel@nongnu.org; Thu, 26 Jul 2012 09:02:12 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43504) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SuNha-0000vc-Hg for qemu-devel@nongnu.org; Thu, 26 Jul 2012 09:02:02 -0400 Message-ID: <50113FC1.8070004@redhat.com> Date: Thu, 26 Jul 2012 15:01:53 +0200 From: Kevin Wolf MIME-Version: 1.0 References: <1343305457-17446-1-git-send-email-stefanha@linux.vnet.ibm.com> <50113E6B.9040202@redhat.com> In-Reply-To: <50113E6B.9040202@redhat.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] qemu-iotests: add qed.py image manipulation utility List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Eric Blake Cc: Stefan Hajnoczi , qemu-devel@nongnu.org Am 26.07.2012 14:56, schrieb Eric Blake: > On 07/26/2012 06:24 AM, Stefan Hajnoczi wrote: >> 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. >> > >> +# Copyright (C) 2010 IBM, Corp. >> +# >> +# Authors: >> +# Stefan Hajnoczi >> +# >> +# This work is licensed under the terms of the GNU GPL, version 2. See >> +# the COPYING file in the top-level directory. > > On 07/26/2012 06:31 AM, Kevin Wolf wrote:> Am 26.07.2012 14:24, schrieb >> Thanks, applied to the block branch. > > Is it too late to amend to GPLv2+? If Stefan sends a diff to squash in or a v4, I can still update it. Nothing is final until it's in master. Kevin