From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLxCH-0005IB-DD for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:05:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLxCC-000675-Q9 for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:05:01 -0500 Received: from e06smtp18.uk.ibm.com ([195.75.94.114]:34383) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLxCC-00066u-Ct for qemu-devel@nongnu.org; Thu, 12 Feb 2015 12:04:56 -0500 Received: from /spool/local by e06smtp18.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 12 Feb 2015 17:04:55 -0000 Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by b06cxnps4074.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id t1CH2Mij10355156 for ; Thu, 12 Feb 2015 17:02:22 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 t1CH2Mc0010445 for ; Thu, 12 Feb 2015 12:02:22 -0500 From: Jens Freimann Date: Thu, 12 Feb 2015 18:02:12 +0100 Message-Id: <1423760536-58356-1-git-send-email-jfrei@linux.vnet.ibm.com> Subject: [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: Christian Borntraeger , Alexander Graf , Cornelia Huck Cc: Jens Freimann , qemu-devel@nongnu.org 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 -- 2.1.4