mbox

[PULL,0/4] s390/kvm: Small fixes for 2.0

Message ID 1395092307-42208-1-git-send-email-borntraeger@de.ibm.com
State New
Headers show

Pull-request

git://github.com/borntraeger/qemu.git tags/kvm-s390-20140317

Message

Christian Borntraeger March 17, 2014, 9:38 p.m. UTC
The following changes since commit 087edb503afebf184f07078900efc26c73035e98:

  Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into staging (2014-03-17 13:05:48 +0000)

are available in the git repository at:


  git://github.com/borntraeger/qemu.git tags/kvm-s390-20140317

for you to fetch changes up to 4f3ed190a673c0020c3ccebb4882ae4675cb5f4d:

  s390x/sclpconsole-lm: Fix and simplify irq setup (2014-03-17 22:01:19 +0100)

----------------------------------------------------------------
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

----------------------------------------------------------------
Christian Borntraeger (4):
      s390/ipl: Fix error path on BIOS loading
      s390x/cpu hotplug: Fix memory leak
      s390x/sclpconsole: Fix and simplify interrupt injection
      s390x/sclpconsole-lm: Fix and simplify irq setup

 hw/char/sclpconsole-lm.c | 27 ++++-----------------------
 hw/char/sclpconsole.c    | 30 ++++++------------------------
 hw/s390x/ipl.c           |  2 +-
 hw/s390x/sclpcpu.c       |  6 +++---
 4 files changed, 14 insertions(+), 51 deletions(-)

Comments

Peter Maydell March 17, 2014, 10:46 p.m. UTC | #1
On 17 March 2014 21:38, Christian Borntraeger <borntraeger@de.ibm.com> wrote:
> The following changes since commit 087edb503afebf184f07078900efc26c73035e98:
>
>   Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into staging (2014-03-17 13:05:48 +0000)
>
> are available in the git repository at:
>
>
>   git://github.com/borntraeger/qemu.git tags/kvm-s390-20140317
>
> for you to fetch changes up to 4f3ed190a673c0020c3ccebb4882ae4675cb5f4d:
>
>   s390x/sclpconsole-lm: Fix and simplify irq setup (2014-03-17 22:01:19 +0100)
>

Applied, thanks.

-- PMM