qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: Eric Blake <eblake@redhat.com>
Cc: Alexander Graf <agraf@suse.de>,
	Anthony Liguori <aliguori@us.ibm.com>,
	Christoph Egger <Christoph.Egger@amd.com>,
	qemu-devel <qemu-devel@nongnu.org>,
	Stefan Weil <weil@mail.berlios.de>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] signrom: Rewrite as python script
Date: Tue, 24 Jan 2012 16:25:06 +0100	[thread overview]
Message-ID: <4F1ECD52.4000701@siemens.com> (raw)
In-Reply-To: <4F1ECCA2.8040003@redhat.com>

On 2012-01-24 16:22, Eric Blake wrote:
> On 01/24/2012 01:53 AM, Jan Kiszka wrote:
>> Now that we have a hard dependency on python anyway, we can replace the
>> slow shell script to calculate the option ROM checksum with a fast AND
>> portable python version. Tested both with python 2.7 and 3.1.
>>
>> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
>> ---
>>
>> +++ b/scripts/signrom.py
>> @@ -0,0 +1,40 @@
>> +#
>> +# Option ROM Signing utility
>> +#
>> +# Authors:
>> +#  Jan Kiszka <jan.kiszka@siemens.com>
>> +#
>> +# This work is licensed under the terms of the GNU GPLv2.
> 
> Any reason you aren't using GPLv2+,

Internal complications. :-/

> 
>> --- a/scripts/signrom.sh
>> +++ /dev/null
>> @@ -1,45 +0,0 @@
>> -#!/bin/sh
>> -
>> -# Option ROM Signing utility
>> -#
>> -# This program is free software; you can redistribute it and/or modify
>> -# it under the terms of the GNU General Public License as published by
>> -# the Free Software Foundation; either version 2 of the License, or
>> -# (at your option) any later version.
> 
> especially since you were replacing a more permissive license in the .sh
> version?

I'm writing new code, this is not a derivative.

Jan

-- 
Siemens AG, Corporate Technology, CT T DE IT 1
Corporate Competence Center Embedded Linux

  reply	other threads:[~2012-01-24 15:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-24  8:53 [Qemu-devel] [PATCH] signrom: Rewrite as python script Jan Kiszka
2012-01-24 15:22 ` Eric Blake
2012-01-24 15:25   ` Jan Kiszka [this message]
2012-01-24 15:54     ` Markus Armbruster
2012-01-24 18:49     ` Stefan Weil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F1ECD52.4000701@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=Christoph.Egger@amd.com \
    --cc=agraf@suse.de \
    --cc=aliguori@us.ibm.com \
    --cc=eblake@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=weil@mail.berlios.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).