Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 22:31:32 +0000 (22:31 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 17 Mar 2014 22:31:33 +0000 (22:31 +0000)
commit315b59344126beab85a62b53582794b14436a5a4
treeed80bcbad0373aa418173edc7d6179ad93f817d8
parentcdf0592cb888d071e4b4f37048ad8646ac9fbc8c
parent4f3ed190a673c0020c3ccebb4882ae4675cb5f4d
Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140317' into staging

4 small patches:
- Fixing findings of valgrind regarding minor memory leaks:
  Currently we forget the pointer of qemu_allocate_irqs. Since we never
  free the irqs, this is not critical, but obviously not good programming
  style. While we are at it, we dont need the irq infrastructure for
  the sclp consoles.
- Handle new ELF error codes for BIOS loading

# gpg: Signature made Mon 17 Mar 2014 21:34:12 GMT using RSA key ID B5A61C7C
# gpg: Can't check signature: public key not found

* remotes/borntraeger/tags/kvm-s390-20140317:
  s390x/sclpconsole-lm: Fix and simplify irq setup
  s390x/sclpconsole: Fix and simplify interrupt injection
  s390x/cpu hotplug: Fix memory leak
  s390/ipl: Fix error path on BIOS loading

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>