Re: [Qemu-devel] [PATCH for-2.7 3/9] s390x/ipl: Extend the IplParameterBlock struct

2016-04-27 Thread Cornelia Huck
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 > > -

Re: [Qemu-devel] [PATCH for-2.7 3/9] s390x/ipl: Extend the IplParameterBlock struct

2016-04-27 Thread Christian Borntraeger
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

[Qemu-devel] [PATCH for-2.7 3/9] s390x/ipl: Extend the IplParameterBlock struct

2016-04-25 Thread Cornelia Huck
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