qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] s390x/cpumodel: remove ais from z14 default mod


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH] s390x/cpumodel: remove ais from z14 default model-> also for 2.10.1
Date: Wed, 27 Sep 2017 09:39:59 +0200

On Tue, 26 Sep 2017 20:26:31 +0200
David Hildenbrand <address@hidden> wrote:

> On 26.09.2017 20:05, Christian Borntraeger wrote:
> > We disabled ais for 2.10 lets also remove it from the z14 default model.
> > 
> > Fixes: 3f2d07b3b01e  s390x/ais: for 2.10 stable: disable ais facility
> > Signed-off-by: Christian Borntraeger <address@hidden>
> > ---
> >  target/s390x/gen-features.c | 1 -
> >  1 file changed, 1 deletion(-)
> > 
> > diff --git a/target/s390x/gen-features.c b/target/s390x/gen-features.c
> > index c8dc104..68e6c31 100644
> > --- a/target/s390x/gen-features.c
> > +++ b/target/s390x/gen-features.c
> > @@ -527,7 +527,6 @@ static uint16_t default_GEN13_GA1[] = {
> >  #define default_GEN13_GA2 EmptyFeat
> >  
> >  static uint16_t default_GEN14_GA1[] = {
> > -    S390_FEAT_ADAPTER_INT_SUPPRESSION,
> >      S390_FEAT_INSTRUCTION_EXEC_PROT,
> >      S390_FEAT_GUARDED_STORAGE,
> >      S390_FEAT_VECTOR_PACKED_DECIMAL,
> >   
> 
> Yes, this has to go into stable, otherwise the migration safe stable
> model would be changed.
> 
> Apart from that, this looks just fine.

So, this should go into stable only, as the patches currently on the
list will fix this properly for 2.11, right?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]