[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[qemu-s390x] [PATCH v2 00/10] s390x: new guest features
From: |
Christian Borntraeger |
Subject: |
[qemu-s390x] [PATCH v2 00/10] s390x: new guest features |
Date: |
Fri, 26 Apr 2019 07:09:53 -0400 |
Adding gen15.
v1->v2: - rework csske deprecation
- white space fixes
- also require msa4 for msa9
Christian Borntraeger (7):
*** BLURB HERE ***
Christian Borntraeger (10):
linux header sync
s390x/cpumodel: ignore csske for expansion
s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3
s390x/cpumodel: msa9 facility
s390x/cpumodel: vector enhancements
s390x/cpumodel: enhanced sort facility
s390x/cpumodel: add Deflate-conversion facility
s390x/cpumodel: add gen15 defintions
s390x/cpumodel: disable csske and bpb from gen15 cpu models onwards
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 | 6 ++
target/s390x/gen-features.c | 105 ++++++++++++++++++++++++++++++++
target/s390x/kvm.c | 18 ++++++
7 files changed, 239 insertions(+), 1 deletion(-)
--
2.17.1
- [qemu-s390x] [PATCH v2 00/10] s390x: new guest features,
Christian Borntraeger <=
- [qemu-s390x] [PATCH v2 02/10] s390x/cpumodel: ignore csske for expansion, Christian Borntraeger, 2019/04/26
- [qemu-s390x] [PATCH v2 03/10] s390x/cpumodel: Miscellaneous-Instruction-Extensions Facility 3, Christian Borntraeger, 2019/04/26
- [qemu-s390x] [PATCH v2 05/10] s390x/cpumodel: vector enhancements, Christian Borntraeger, 2019/04/26
- [qemu-s390x] [PATCH v2 10/10] s390x/cpumodel: wire up 8561 and 8562 as gen15 machines, Christian Borntraeger, 2019/04/26
- Re: [qemu-s390x] [PATCH v2 10/10] s390x/cpumodel: wire up 8561 and 8562 as gen15 machines, David Hildenbrand, 2019/04/26