mbox series

[0/2] KVM: s390: Enable some more facilities

Message ID 20210622143412.143369-1-borntraeger@de.ibm.com (mailing list archive)
Headers show
Series KVM: s390: Enable some more facilities | expand

Message

Christian Borntraeger June 22, 2021, 2:34 p.m. UTC
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(+)

Comments

Cornelia Huck June 22, 2021, 4:40 p.m. UTC | #1
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?
Christian Borntraeger June 22, 2021, 4:49 p.m. UTC | #2
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.