The following changes since commit e6f5d0be730a41bacb10edba19d1369ec2949486:
Merge branch 'w64' of git://qemu.weilnetz.de/qemu (2012-04-15 19:56:06 +0000) are available in the git repository at: git://git.kiszka.org/qemu.git queues/pending All have been posted before, no concerns were raised AFAIK. Jan Kiszka (5): signrom: Rewrite as python script pcnet: Clear ERR in CSR0 on stop pcnet: Properly handle TX requests during Link Fail Kick io-thread on qemu_chr_accept_input vapic: Disable for pre-1.1 machines hw/pc_piix.c | 43 ++++++++++++++++++++++++++++++++--------- hw/pcnet.c | 13 +++++++++++- hw/pcnet.h | 1 + pc-bios/optionrom/Makefile | 2 +- qemu-char.c | 1 + scripts/signrom.py | 40 +++++++++++++++++++++++++++++++++++++++ scripts/signrom.sh | 45 -------------------------------------------- 7 files changed, 88 insertions(+), 57 deletions(-) create mode 100644 scripts/signrom.py delete mode 100755 scripts/signrom.sh -- 1.7.3.4