diff mbox

[07/16] parallels: change copyright information in the image header

Message ID 1418632081-20667-8-git-send-email-den@openvz.org
State New
Headers show

Commit Message

Denis V. Lunev Dec. 15, 2014, 8:27 a.m. UTC
Signed-off-by: Denis V. Lunev <den@openvz.org>
Acked-by: Roman Kagan <rkagan@parallels.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
CC: Kevin Wolf <kwolf@redhat.com>
CC: Stefan Hajnoczi <stefanha@redhat.com>
---
 block/parallels.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Kevin Wolf Dec. 15, 2014, 11:06 a.m. UTC | #1
Am 15.12.2014 um 09:27 hat Denis V. Lunev geschrieben:
> Signed-off-by: Denis V. Lunev <den@openvz.org>
> Acked-by: Roman Kagan <rkagan@parallels.com>
> Reviewed-by: Jeff Cody <jcody@redhat.com>
> CC: Kevin Wolf <kwolf@redhat.com>
> CC: Stefan Hajnoczi <stefanha@redhat.com>
> ---
>  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 <den@openvz.org>
>   *
> - * 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.)

>   * 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
Denis V. Lunev Dec. 15, 2014, 11:52 a.m. UTC | #2
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 <den@openvz.org>
>> Acked-by: Roman Kagan <rkagan@parallels.com>
>> Reviewed-by: Jeff Cody <jcody@redhat.com>
>> CC: Kevin Wolf <kwolf@redhat.com>
>> CC: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>>   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 <den@openvz.org>
>>    *
>> - * 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
Denis V. Lunev Dec. 16, 2014, 4:29 p.m. UTC | #3
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 <den@openvz.org>
>> Acked-by: Roman Kagan <rkagan@parallels.com>
>> Reviewed-by: Jeff Cody <jcody@redhat.com>
>> CC: Kevin Wolf <kwolf@redhat.com>
>> CC: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>>   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 <den@openvz.org>
>>    *
>> - * 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.)
I was wrong :)

Pls find disk descriptor XML XSD scheme under this link

https://github.com/CloudServer/parallels-sdk/blob/master/Sources/XmlModel/Schema/DiskDescriptor.xsd
diff mbox

Patch

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 <den@openvz.org>
  *
- * 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.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal