On Wed, 27 Apr 2016 15:43:45 +0200
Christian Borntraeger wrote:
> On 04/25/2016 05:18 PM, Cornelia Huck wrote:
>
>
> > +union {
> > +IplBlockCcw ccw;
> > +IplBlockCcw fcp;
>
> you later fix this up in patch
> s390x/ipl: Provide ipl parameter block
>
> -
On 04/25/2016 05:18 PM, Cornelia Huck wrote:
> +union {
> +IplBlockCcw ccw;
> +IplBlockCcw fcp;
you later fix this up in patch
s390x/ipl: Provide ipl parameter block
-IplBlockCcw fcp;
+IplBlockFcp fcp;
Maybe just move this hunk to patc
From: Alexander Yarygin
The IplParameterBlock struct currently has only 200 bytes filled, but it
can be up to 4K.
This patch converts the struct to union with a fully populated struct
inside it and second struct with old values.
For compatibility reasons we disable migration of the extended ipl