From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0UCK-0004n7-NT for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:52:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0UCF-0002kQ-DM for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:52:20 -0500 Received: from relay.parallels.com ([195.214.232.42]:57552) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0UCF-0002kJ-4a for qemu-devel@nongnu.org; Mon, 15 Dec 2014 06:52:15 -0500 Message-ID: <548ECB62.40204@openvz.org> Date: Mon, 15 Dec 2014 14:52:02 +0300 From: "Denis V. Lunev" MIME-Version: 1.0 References: <1418632081-20667-1-git-send-email-den@openvz.org> <1418632081-20667-8-git-send-email-den@openvz.org> <20141215110633.GE4411@noname.str.redhat.com> In-Reply-To: <20141215110633.GE4411@noname.str.redhat.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 07/16] parallels: change copyright information in the image header List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, Stefan Hajnoczi On 15/12/14 14:06, Kevin Wolf wrote: > Am 15.12.2014 um 09:27 hat Denis V. Lunev geschrieben: >> Signed-off-by: Denis V. Lunev >> Acked-by: Roman Kagan >> Reviewed-by: Jeff Cody >> CC: Kevin Wolf >> CC: Stefan Hajnoczi >> --- >> block/parallels.c | 4 +++- >> 1 file changed, 3 insertions(+), 1 deletion(-) >> >> diff --git a/block/parallels.c b/block/parallels.c >> index fedb009..5fcede8 100644 >> --- a/block/parallels.c >> +++ b/block/parallels.c >> @@ -2,8 +2,10 @@ >> * Block driver for Parallels disk image format >> * >> * Copyright (c) 2007 Alex Beregszaszi >> + * Copyright (c) 2014 Denis V. Lunev >> * >> - * This code is based on comparing different disk images created by Parallels. >> + * This code was originally based on comparing different disk images created >> + * by Parallels. > On what is it based now? (Link to a spec would be great, if it exists.) It is based now on http://git.openvz.org/?p=ploop;a=summary Unfortunately, there are no publicly available documents about. >> * Permission is hereby granted, free of charge, to any person obtaining a copy >> * of this software and associated documentation files (the "Software"), to deal >> -- >> 1.9.1 > Kevin