Am 15.12.2014 um 09:27 hat Denis V. Lunev geschrieben: > Signed-off-by: Denis V. Lunev <d...@openvz.org> > Acked-by: Roman Kagan <rka...@parallels.com> > Reviewed-by: Jeff Cody <jc...@redhat.com> > CC: Kevin Wolf <kw...@redhat.com> > CC: Stefan Hajnoczi <stefa...@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 <d...@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