Re: [Qemu-devel] [PATCH 2/8] s390: Move IPL code into a separate device

2013-01-18 Thread Andreas Färber
Am 18.01.2013 19:12, schrieb Alexander Graf: > diff --git a/hw/s390x/ipl.c b/hw/s390x/ipl.c > new file mode 100644 > index 000..7cbbf99 > --- /dev/null > +++ b/hw/s390x/ipl.c [...] > +static TypeInfo s390_ipl_info = { This should probably be static const - my tree-wide cleanup didn't catch s39

[Qemu-devel] [PATCH 2/8] s390: Move IPL code into a separate device

2013-01-18 Thread Alexander Graf
From: Christian Borntraeger 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