From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:54841) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgcDP-0000xh-7o for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:42:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgcDG-0006ew-NY for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:41:58 -0400 Received: from e06smtp14.uk.ibm.com ([195.75.94.110]:60218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgcDG-0006eZ-El for qemu-devel@nongnu.org; Mon, 18 Jun 2012 09:41:50 -0400 Received: from /spool/local by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 18 Jun 2012 14:41:47 +0100 Received: from d06av04.portsmouth.uk.ibm.com (d06av04.portsmouth.uk.ibm.com [9.149.37.216]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q5IDfin52314428 for ; Mon, 18 Jun 2012 14:41:45 +0100 Received: from d06av04.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av04.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q5IDfiVL030914 for ; Mon, 18 Jun 2012 07:41:44 -0600 Message-ID: <4FDF3018.1040205@de.ibm.com> Date: Mon, 18 Jun 2012 15:41:44 +0200 From: Christian Borntraeger MIME-Version: 1.0 References: <1338984323-21914-1-git-send-email-jfrei@de.ibm.com> <4FDF20AA.8060506@de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/8] s390: SCLP console and misc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Jens Freimann , Cornelia Huck , Jens Freimann , Heinz Graalfs , qemu-devel On 18/06/12 15:33, Alexander Graf wrote: > > On 18.06.2012, at 14:35, Christian Borntraeger wrote: > >> Alex, >> >> are you going to pull the non-controversial patches? >> We would then send a reworked sclp patch set later on (when >> ready) - and everything that you also want us to rework. > > Yes, sorry. My patch queue currently has the following patches. Please let me know if I did forget any uncontroversial ones :). What about - the last version of the autodetect map private that was reviewed by Jan? - s390: Fix the storage increment size calculation? > > > Alexander Graf (2): > s390x: fix s390 virtio aliases > kvm: Update kernel headers > > Christian Borntraeger (1): > s390: stop target cpu on sigp initial reset > > Jens Freimann (1): > s390: make kvm_stat work on s390 > > > Alex