All of lore.kernel.org
 help / color / mirror / Atom feed
* PREVIEW: [GIT PULL 0/2] KVM: s390: Feature and fix for kvm/next (4.8) part 4
@ 2016-07-20 12:39 Christian Borntraeger
  2016-07-20 12:39 ` [GIT PULL 1/2] KVM: s390: allow user space to handle instr 0x0000 Christian Borntraeger
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Christian Borntraeger @ 2016-07-20 12:39 UTC (permalink / raw)
  To: Paolo Bonzini, Radim Krčmář
  Cc: KVM, Cornelia Huck, linux-s390, Christian Borntraeger, David Hildenbrand

Paolo, Radim,

hopefully the last update for s390 for 4.8.
Please note the CAP number conflicts with kvmarm, when merging the one
or the other first. You might also need to adopt the number in
Documentation/virtual/kvm/api.txt in case arm has something in here as well.


The following changes since commit af1bae5497b98cb99d6b0492e6981f060420a00c:

  KVM: x86: bump KVM_MAX_VCPU_ID to 1023 (2016-07-14 09:29:35 +0200)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git  tags/kvm-s390-next-4.8-4

for you to fetch changes up to 9acc317b183fdd3ed3bca218271875c0e808daae:

  KVM: s390: let ptff intercepts result in cc=3 (2016-07-18 14:15:00 +0200)

----------------------------------------------------------------
KVM: s390: : Feature and fix for kvm/next (4.8) part 4

1. Provide an exit to userspace for the invalid opcode 0 (used for
   software breakpoints)
2. "Fix" (by returning condition code 3) some unhandled PTFF subcodes

----------------------------------------------------------------
David Hildenbrand (2):
      KVM: s390: allow user space to handle instr 0x0000
      KVM: s390: let ptff intercepts result in cc=3

 Documentation/virtual/kvm/api.txt | 13 +++++++++++++
 arch/s390/include/asm/kvm_host.h  |  2 ++
 arch/s390/kvm/intercept.c         |  3 +++
 arch/s390/kvm/kvm-s390.c          | 26 ++++++++++++++++++++++++--
 arch/s390/kvm/priv.c              |  8 ++++++++
 include/uapi/linux/kvm.h          |  1 +
 6 files changed, 51 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2016-07-21 13:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-20 12:39 PREVIEW: [GIT PULL 0/2] KVM: s390: Feature and fix for kvm/next (4.8) part 4 Christian Borntraeger
2016-07-20 12:39 ` [GIT PULL 1/2] KVM: s390: allow user space to handle instr 0x0000 Christian Borntraeger
2016-07-20 14:35   ` Christian Borntraeger
2016-07-20 14:43     ` Paolo Bonzini
2016-07-20 17:47     ` Marc Zyngier
2016-07-20 12:40 ` [GIT PULL 2/2] KVM: s390: let ptff intercepts result in cc=3 Christian Borntraeger
2016-07-20 12:41 ` PREVIEW: [GIT PULL 0/2] KVM: s390: Feature and fix for kvm/next (4.8) part 4 Christian Borntraeger
2016-07-21 13:07 ` Radim Krčmář

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.