From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58094) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTr5-0001PU-SM for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOTqw-0004sO-Ig for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:17:03 -0400 Received: from e06smtp17.uk.ibm.com ([195.75.94.113]:40696) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTqw-0004s3-1Z for qemu-devel@nongnu.org; Fri, 14 Mar 2014 11:16:54 -0400 Received: from /spool/local by e06smtp17.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 14 Mar 2014 15:16:52 -0000 Received: from b06cxnps4076.portsmouth.uk.ibm.com (d06relay13.portsmouth.uk.ibm.com [9.149.109.198]) by d06dlp01.portsmouth.uk.ibm.com (Postfix) with ESMTP id A880017D8041 for ; Fri, 14 Mar 2014 15:17:31 +0000 (GMT) Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4076.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s2EFGd8r66060364 for ; Fri, 14 Mar 2014 15:16:39 GMT Received: from d06av07.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s2EFGobd026829 for ; Fri, 14 Mar 2014 11:16:50 -0400 From: Christian Borntraeger Date: Fri, 14 Mar 2014 16:17:08 +0100 Message-Id: <1394810232-9079-1-git-send-email-borntraeger@de.ibm.com> Subject: [Qemu-devel] [PATCH/RFC 0/4] s390/kvm: Fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: Cornelia Huck , Christian Borntraeger , Jens Freimann , Alexander Graf , Richard Henderson Here are 4 s390/kvm fixes scheduled for 2.0. Pull request will follow later if there are no comments. Christian 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(-) -- 1.8.4.2