From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPfEf-0005yh-Qd for qemu-devel@nongnu.org; Mon, 17 Mar 2014 17:38:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPfEX-0005ar-RT for qemu-devel@nongnu.org; Mon, 17 Mar 2014 17:38:17 -0400 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:46067) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPfEX-0005YF-HC for qemu-devel@nongnu.org; Mon, 17 Mar 2014 17:38:09 -0400 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 17 Mar 2014 21:38:08 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id E5E9E219004D for ; Mon, 17 Mar 2014 21:38:00 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2HLbrJk59113670 for ; Mon, 17 Mar 2014 21:37:53 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2HLc43H006428 for ; Mon, 17 Mar 2014 15:38:05 -0600 From: Christian Borntraeger Date: Mon, 17 Mar 2014 22:38:23 +0100 Message-Id: <1395092307-42208-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PULL 0/4] s390/kvm: Small fixes for 2.0 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori , Peter Maydell Cc: qemu-devel , Alexander Graf , Christian Borntraeger , Jens Freimann , Cornelia Huck , Richard Henderson 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(-)