Re: [Qemu-devel] [PATCH v2] signrom: Rewrite as python script

2012-04-16 Thread Jan Kiszka
On 2012-04-16 17:53, Alexander Graf wrote: > > On 29.03.2012, at 19:44, Jan Kiszka wrote: > >> On 2012-03-05 15:09, 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

Re: [Qemu-devel] [PATCH v2] signrom: Rewrite as python script

2012-04-16 Thread Alexander Graf
On 29.03.2012, at 19:44, Jan Kiszka wrote: > On 2012-03-05 15:09, 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.

Re: [Qemu-devel] [PATCH v2] signrom: Rewrite as python script

2012-03-29 Thread Jan Kiszka
On 2012-03-05 15:09, 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 > --- > > Change

[Qemu-devel] [PATCH v2] signrom: Rewrite as python script

2012-03-05 Thread Jan Kiszka
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 --- Changes in v2: - Switch to GPLv2+. The tool replaces an i