From e674a49aae8b79bc4ea07f1bcd666bbf28b12a27 Mon Sep 17 00:00:00 2001 From: Christian Borntraeger Date: Tue, 18 Dec 2012 07:50:57 +0000 Subject: s390: Move IPL code into a separate device Lets move the code to setup IPL for external kernel or via the zipl rom into a separate file. This allows to - define a reboot handler, setting up the PSW appropriately - enhance the boot code to IPL disks that contain a bootmap that was created with zipl under LPAR or z/VM (future patch) - reuse that code for several machines (e.g. virtio-ccw and virtio-s390) - allow different machines to provide different defaults Signed-off-by: Christian Borntraeger Signed-off-by: Jens Freimann [agraf: symbolify initial psw, adjust header file location, fix for QOM] Signed-off-by: Alexander Graf --- hw/s390x/Makefile.objs | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/s390x/Makefile.objs') diff --git a/hw/s390x/Makefile.objs b/hw/s390x/Makefile.objs index 096dfcd6a1..4a5a5d8cba 100644 --- a/hw/s390x/Makefile.objs +++ b/hw/s390x/Makefile.objs @@ -4,3 +4,4 @@ obj-y := $(addprefix ../,$(obj-y)) obj-y += sclp.o obj-y += event-facility.o obj-y += sclpquiesce.o sclpconsole.o +obj-y += ipl.o -- cgit v1.2.1