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

2013-01-03 Thread Alexander Graf
On 18.12.2012, at 18:50, Jens Freimann wrote: > 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

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

2012-12-18 Thread Jens Freimann
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

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

2012-12-16 Thread Christian Borntraeger
On 16/12/12 17:26, Andreas Färber wrote: > Am 14.12.2012 17:46, schrieb Jens Freimann: >> 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 appropriat

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

2012-12-16 Thread Andreas Färber
Am 14.12.2012 17:46, schrieb Jens Freimann: > 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 Careful with the ordering then: Since patc

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

2012-12-14 Thread Jens Freimann
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

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

2012-12-12 Thread Christian Borntraeger
On 12/12/12 14:31, Alexander Graf wrote: >> +void s390_ipl_cpu(uint64_t pswaddr) > > Any reason this isn't inlined inside the reset handler? And why is this > public? Well, the former patch version had the disk bootmap parsing in a separate file, but we can certainly unexport that and make it i

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

2012-12-12 Thread Alexander Graf
On 12.12.2012, at 14:08, Jens Freimann wrote: > 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 > - reuse that code for several machine

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

2012-12-12 Thread Jens Freimann
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 - reuse that code for several machines (e.g. virtio-ccw and virtio-s390) - allow different machines