[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [qemu-s390x] [PATCH v3 0/9] s390x: new guest features
From: |
Christian Borntraeger |
Subject: |
Re: [qemu-s390x] [PATCH v3 0/9] s390x: new guest features |
Date: |
Tue, 7 May 2019 11:07:50 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 |
On 29.04.19 18:08, Cornelia Huck wrote:
> On Mon, 29 Apr 2019 05:02:41 -0400
> Christian Borntraeger <address@hidden> wrote:
>
>> Adding gen15.
>>
>> v2->v3: - merge deprecation patch into gen 15 patch
>> - fix comments
>> - use gen15a and gen15b instead of cpuid
>> v1->v2: - rework csske deprecation
>> - white space fixes
>> - also require msa4 for msa9
>>
>> Christian Borntraeger (9):
>> linux header sync
FWIW, all the patches are in kvm/next so they should hit 5.2-rc1. We can either
wait
for that or do a header sync on kvm/next.
>
> I think we can do that sync once the companion kernel series hits the
> kvm next branch.
>
>> s390x/cpumodel: ignore csske for expansion
>> s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3
>> s390x/cpumodel: msa9 facility
>
> This seems to be the only patch that does not yet have a R-b from David
> -- David, do you plan to review this one as well?
>
>> s390x/cpumodel: vector enhancements
>> s390x/cpumodel: enhanced sort facility
>> s390x/cpumodel: add Deflate-conversion facility
>> s390x/cpumodel: add gen15 defintions
>> s390x/cpumodel: wire up 8561 and 8562 as gen15 machines
>>
>> linux-headers/asm-s390/kvm.h | 5 +-
>> target/s390x/cpu_features.c | 54 ++++++++++++++++
>> target/s390x/cpu_features.h | 3 +
>> target/s390x/cpu_features_def.h | 49 +++++++++++++++
>> target/s390x/cpu_models.c | 13 ++--
>> target/s390x/gen-features.c | 105 ++++++++++++++++++++++++++++++++
>> target/s390x/kvm.c | 18 ++++++
>> 7 files changed, 242 insertions(+), 5 deletions(-)
>>
>
> Only thing I noticed were some minor typos in some commit messages, I
> can fix up while applying.
- Re: [qemu-s390x] [PATCH v3 0/9] s390x: new guest features,
Christian Borntraeger <=