mbox

[GIT,PULL,0/3] KVM: s390: Features and Cleanups for 5.14

Message ID 20210625112434.12308-1-borntraeger@de.ibm.com (mailing list archive)
State New, archived
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-next-5.14-1

Message

Christian Borntraeger June 25, 2021, 11:24 a.m. UTC
Paolo,

only a small amount of patches for 5.14 for KVM on s390.

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-5.14-1

for you to fetch changes up to 1f703d2cf20464338c3d5279dddfb65ac79b8782:

  KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2) (2021-06-23 09:35:20 +0200)

----------------------------------------------------------------
KVM: s390: Features for 5.14

- new HW facilities for guests
- make inline assembly more robust with KASAN and co

----------------------------------------------------------------
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)

Heiko Carstens (1):
      KVM: s390: get rid of register asm usage

 arch/s390/kvm/kvm-s390.c         | 22 +++++++++++++---------
 arch/s390/tools/gen_facilities.c |  4 ++++
 2 files changed, 17 insertions(+), 9 deletions(-)

Comments

Paolo Bonzini June 25, 2021, 12:02 p.m. UTC | #1
On 25/06/21 13:24, Christian Borntraeger wrote:
> Paolo,
> 
> only a small amount of patches for 5.14 for KVM on s390.
> 
> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>    Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>    git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-5.14-1
> 
> for you to fetch changes up to 1f703d2cf20464338c3d5279dddfb65ac79b8782:
> 
>    KVM: s390: allow facility 192 (vector-packed-decimal-enhancement facility 2) (2021-06-23 09:35:20 +0200)
> 
> ----------------------------------------------------------------
> KVM: s390: Features for 5.14
> 
> - new HW facilities for guests
> - make inline assembly more robust with KASAN and co
> 
> ----------------------------------------------------------------
> 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)
> 
> Heiko Carstens (1):
>        KVM: s390: get rid of register asm usage
> 
>   arch/s390/kvm/kvm-s390.c         | 22 +++++++++++++---------
>   arch/s390/tools/gen_facilities.c |  4 ++++
>   2 files changed, 17 insertions(+), 9 deletions(-)
> 

Thanks!  I've already prepared my first pull request for 5.14, but I'll 
merge this soon into kvm.git.

Paolo