From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMJEH-0004d9-BA for qemu-devel@nongnu.org; Fri, 13 Feb 2015 11:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMJED-0003hq-6C for qemu-devel@nongnu.org; Fri, 13 Feb 2015 11:36:33 -0500 Received: from e06smtp16.uk.ibm.com ([195.75.94.112]:48556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMJEC-0003hP-T9 for qemu-devel@nongnu.org; Fri, 13 Feb 2015 11:36:29 -0500 Received: from /spool/local by e06smtp16.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Fri, 13 Feb 2015 16:36:27 -0000 Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id DEF64219005C for ; Fri, 13 Feb 2015 16:36:19 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1DGaOpQ62259388 for ; Fri, 13 Feb 2015 16:36:24 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id t1DGaOno013037 for ; Fri, 13 Feb 2015 09:36:24 -0700 Message-ID: <54DE2807.6090005@de.ibm.com> Date: Fri, 13 Feb 2015 17:36:23 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1423760536-58356-1-git-send-email-jfrei@linux.vnet.ibm.com> In-Reply-To: <1423760536-58356-1-git-send-email-jfrei@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] s390x/kvm: add support to change the IPL device in guest List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jens Freimann , Alexander Graf , Cornelia Huck Cc: qemu-devel@nongnu.org Am 12.02.2015 um 18:02 schrieb Jens Freimann: > Cornelia, Alex, Christian, > > these patches add support to chane the IPL device from within the guest. > > Jens > > > Fan Zhang (4): > s390x/ipl: always load the bios for ccw machine > s390x/ipl: support diagnose 308 subcodes 5 and 6 > s390x/ipl: drop reipl parameters on resets > s390x/ipl: make s390x ipl device aware of migration > > hw/s390x/ipl.c | 233 +++++++++++++++++++++++++++++++++------------ > hw/s390x/ipl.h | 25 +++++ > hw/s390x/s390-virtio-ccw.c | 2 +- > hw/s390x/s390-virtio.c | 8 +- > hw/s390x/s390-virtio.h | 3 +- > target-s390x/kvm.c | 3 +- > target-s390x/misc_helper.c | 33 ++++++- > 7 files changed, 240 insertions(+), 67 deletions(-) > create mode 100644 hw/s390x/ipl.h > Thanks Tested and applied to s390/queue - /sys/firmware/reipl/ works - lsreipl works - using a slightly fixed chreipl works - data is keep during managedsave/restore - switch from external kernel to disk also works