Message ID | 20210622143412.143369-1-borntraeger@de.ibm.com (mailing list archive) |
---|---|
Headers | show |
Series | KVM: s390: Enable some more facilities | expand |
On Tue, Jun 22 2021, Christian Borntraeger <borntraeger@de.ibm.com> wrote: > Some more facilities that can be enabled in the future. > > Christian Borntraeger (2): > KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196 > KVM: s390: allow facility 192 (vector-packed-decimal-enhancement > facility 2) > > arch/s390/kvm/kvm-s390.c | 4 ++++ > arch/s390/tools/gen_facilities.c | 4 ++++ > 2 files changed, 8 insertions(+) I assume we can also expect some QEMU patches sometime in the future that add some new features?
On 22.06.21 18:40, Cornelia Huck wrote: > On Tue, Jun 22 2021, Christian Borntraeger <borntraeger@de.ibm.com> wrote: > >> Some more facilities that can be enabled in the future. >> >> Christian Borntraeger (2): >> KVM: s390: gen_facilities: allow facilities 165, 193, 194 and 196 >> KVM: s390: allow facility 192 (vector-packed-decimal-enhancement >> facility 2) >> >> arch/s390/kvm/kvm-s390.c | 4 ++++ >> arch/s390/tools/gen_facilities.c | 4 ++++ >> 2 files changed, 8 insertions(+) > > I assume we can also expect some QEMU patches sometime in the future > that add some new features? yes. Either today or tomorrow.