All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/9] KVM: s390: features for 4.12 (via kvm/next)
@ 2017-04-07 10:47 Christian Borntraeger
  2017-04-07 10:47 ` [GIT PULL 1/9] KVM: s390: log runtime instrumentation enablement Christian Borntraeger
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Christian Borntraeger @ 2017-04-07 10:47 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Christian Borntraeger, Cornelia Huck, linux-s390

Paolo, Radim,

here are 4.12 features for s390.

Two things to consider:
1. the guarded storage kvm patch is based on the kernel patch from
   Martin. So I merged a topic branch from Martin that is based on
   torvalds/master between rc3 and rc4. So this pull request will
   effectively bump kvm/next from 4.11-rc3 to 4.11-rc3+. This will
   also result in diffstat looking different from belows diffstat.
2. To avoid another clash with the powerpc changes I did not fixup the
   numbers for KVM_CAP_S390_GS and KVM_CAP_S390_AIS. So there will be
   a merge conflict. Please fixup those numbers when merging.


The following changes since commit 916cda1aa1b412d7cf2991c3af7479544942d121:

  s390: add a system call for guarded storage (2017-03-22 08:14:25 +0100)

are available in the git repository at:

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

for you to fetch changes up to 47a4693e1d3eb09e523c223753fb5a97721f49b8:

  KVM: s390: introduce AIS capability (2017-04-07 09:11:11 +0200)

----------------------------------------------------------------
KVM: s390: features for 4.12

1. guarded storage support for guests
   This contains an s390 base Linux feature branch that is necessary
   to implement the KVM part
2. Provide an interface to implement adapter interruption suppression
   which is necessary for proper zPCI support
3. Use more defines instead of numbers
4. Provide logging for lazy enablement of runtime instrumentation

----------------------------------------------------------------
Christian Borntraeger (3):
      KVM: s390: log runtime instrumentation enablement
      KVM: s390: Handle sthyi also for instruction intercept
      Merge remote-tracking branch 's390/guarded-storage' into kvms390/next

David Hildenbrand (1):
      KVM: s390: use defines for execution controls

Fan Zhang (1):
      KVM: s390: gs support for kvm guests

Farhan Ali (1):
      KVM: s390: Use defines for intercept code

Fei Li (2):
      KVM: s390: interface for suppressible I/O adapters
      KVM: s390: introduce ais mode modify function

Yi Min Zhao (2):
      KVM: s390: introduce adapter interrupt inject function
      KVM: s390: introduce AIS capability

 Documentation/virtual/kvm/api.txt               |  17 +++
 Documentation/virtual/kvm/devices/s390_flic.txt |  41 +++++++-
 arch/s390/include/asm/kvm_host.h                |  40 +++++++-
 arch/s390/include/uapi/asm/kvm.h                |  25 ++++-
 arch/s390/kvm/gaccess.c                         |   6 +-
 arch/s390/kvm/intercept.c                       |  24 ++---
 arch/s390/kvm/interrupt.c                       | 131 ++++++++++++++++++++++--
 arch/s390/kvm/kvm-s390.c                        | 127 +++++++++++++++++++----
 arch/s390/kvm/kvm-s390.h                        |   3 +-
 arch/s390/kvm/priv.c                            |  31 +++++-
 arch/s390/kvm/sthyi.c                           |   3 +
 arch/s390/kvm/trace-s390.h                      |  52 ++++++++++
 arch/s390/kvm/vsie.c                            |  72 ++++++++++---
 include/uapi/linux/kvm.h                        |   2 +
 14 files changed, 503 insertions(+), 71 deletions(-)

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2017-04-11 19:23 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-07 10:47 [GIT PULL 0/9] KVM: s390: features for 4.12 (via kvm/next) Christian Borntraeger
2017-04-07 10:47 ` [GIT PULL 1/9] KVM: s390: log runtime instrumentation enablement Christian Borntraeger
2017-04-07 10:47 ` [GIT PULL 2/9] KVM: s390: Handle sthyi also for instruction intercept Christian Borntraeger
2017-04-07 10:47 ` [GIT PULL 3/9] KVM: s390: use defines for execution controls Christian Borntraeger
2017-04-07 10:47 ` [GIT PULL 4/9] KVM: s390: Use defines for intercept code Christian Borntraeger
2017-04-07 10:47 ` [GIT PULL 5/9] KVM: s390: gs support for kvm guests Christian Borntraeger
2017-04-07 11:42   ` David Hildenbrand
2017-04-07 12:01     ` Christian Borntraeger
2017-04-11 12:42       ` Christian Borntraeger
2017-04-11 14:04         ` David Hildenbrand
2017-04-11 19:23         ` Radim Krčmář
2017-04-07 12:27     ` [PATCH] KVM: s390: Fix sdnxo setting for nested guests Christian Borntraeger
2017-04-11 11:55       ` Cornelia Huck
2017-04-07 10:47 ` [GIT PULL 6/9] KVM: s390: interface for suppressible I/O adapters Christian Borntraeger
2017-04-07 10:48 ` [GIT PULL 7/9] KVM: s390: introduce ais mode modify function Christian Borntraeger
2017-04-07 10:48 ` [GIT PULL 8/9] KVM: s390: introduce adapter interrupt inject function Christian Borntraeger
2017-04-07 10:48 ` [GIT PULL 9/9] KVM: s390: introduce AIS capability Christian Borntraeger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.