mbox

[GIT,PULL,0/1] KVM: s390: Fix z16 support (for KVM master)

Message ID 20240704084245.13539-1-borntraeger@linux.ibm.com (mailing list archive)
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.10-1

Message

Christian Borntraeger July 4, 2024, 8:42 a.m. UTC
Paolo,

please pull the following for 6.10


The following changes since commit dee67a94d4c6cbd05b8f6e1181498e94caa33334:

  Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD (2024-06-21 08:03:55 -0400)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.10-1

for you to fetch changes up to 4c6abb7f7b349f00c0f7ed5045bf67759c012892:

  KVM: s390: fix LPSWEY handling (2024-07-01 14:31:15 +0200)

----------------------------------------------------------------
KVM: s390: Fix z16 support

The z16 support might fail with the lpswey instruction. Provide a
handler.

----------------------------------------------------------------
Christian Borntraeger (1):
      KVM: s390: fix LPSWEY handling

 arch/s390/include/asm/kvm_host.h |  1 +
 arch/s390/kvm/kvm-s390.c         |  1 +
 arch/s390/kvm/kvm-s390.h         | 15 +++++++++++++++
 arch/s390/kvm/priv.c             | 32 ++++++++++++++++++++++++++++++++
 4 files changed, 49 insertions(+)

Comments

Paolo Bonzini July 5, 2024, 8:52 a.m. UTC | #1
On Thu, Jul 4, 2024 at 10:43 AM Christian Borntraeger
<borntraeger@linux.ibm.com> wrote:
>
> Paolo,
>
> please pull the following for 6.10
>
>
> The following changes since commit dee67a94d4c6cbd05b8f6e1181498e94caa33334:
>
>   Merge tag 'kvm-x86-fixes-6.10-rcN' of https://github.com/kvm-x86/linux into HEAD (2024-06-21 08:03:55 -0400)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-6.10-1
>
> for you to fetch changes up to 4c6abb7f7b349f00c0f7ed5045bf67759c012892:
>
>   KVM: s390: fix LPSWEY handling (2024-07-01 14:31:15 +0200)

Pulled, thanks.

Paolo

>
> ----------------------------------------------------------------
> KVM: s390: Fix z16 support
>
> The z16 support might fail with the lpswey instruction. Provide a
> handler.
>
> ----------------------------------------------------------------
> Christian Borntraeger (1):
>       KVM: s390: fix LPSWEY handling
>
>  arch/s390/include/asm/kvm_host.h |  1 +
>  arch/s390/kvm/kvm-s390.c         |  1 +
>  arch/s390/kvm/kvm-s390.h         | 15 +++++++++++++++
>  arch/s390/kvm/priv.c             | 32 ++++++++++++++++++++++++++++++++
>  4 files changed, 49 insertions(+)
>