Re: [Qemu-devel] [PULL][PATCH 1/5] signrom: Rewrite as python script

2012-04-16 Thread Stefan Weil
Am 16.04.2012 17:36, schrieb 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 --- pc-bios/optionrom/M

[Qemu-devel] [PULL][PATCH 1/5] signrom: Rewrite as python script

2012-04-16 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 --- pc-bios/optionrom/Makefile |2 +- scripts/signrom.py