All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] KVM: s390: fixes and cleanup
@ 2013-09-12  8:33 Christian Borntraeger
  2013-09-12  8:33 ` [PATCH 1/8] KVM: s390: Remove dead "rerun vcpu" code Christian Borntraeger
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Christian Borntraeger @ 2013-09-12  8:33 UTC (permalink / raw)
  To: Gleb Natapov, Paolo Bonzini
  Cc: Cornelia Huck, Heiko Carstens, Martin Schwidefsky, KVM,
	linux-s390, Christian Borntraeger

Paolo, Gleb,

here is a bunch of patch for kvm on s390.
The first 4 patches restructure the code to protect most of 
vcpu_run with the kvm->srcu lock. The old code was structured
in way that adding the lock was more complicated than necessary,
therefore, the rework.

The last 4 patches deal with instruction intercept handling.

Patches are against kvm.git queue. Please apply.


Thomas Huth (8):
  KVM: s390: Remove dead "rerun vcpu" code
  KVM: s390: Split up __vcpu_run into three parts
  KVM: s390: Push run loop into __vcpu_run
  KVM: s390: Lock kvm->srcu at the appropriate places
  KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre
  KVM: s390: Helper for converting real addresses to absolute
  KVM: s390: Implement TEST BLOCK
  KVM: s390: Intercept SCK instruction

 arch/s390/include/asm/kvm_host.h |  1 -
 arch/s390/kvm/diag.c             |  4 +-
 arch/s390/kvm/gaccess.h          | 21 ++++++----
 arch/s390/kvm/intercept.c        |  6 ---
 arch/s390/kvm/interrupt.c        |  3 ++
 arch/s390/kvm/kvm-s390.c         | 91 ++++++++++++++++++++++++++--------------
 arch/s390/kvm/kvm-s390.h         |  9 ++--
 arch/s390/kvm/priv.c             | 61 +++++++++++++++++++++++++++
 8 files changed, 144 insertions(+), 52 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2013-09-12 16:34 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-12  8:33 [PATCH 0/8] KVM: s390: fixes and cleanup Christian Borntraeger
2013-09-12  8:33 ` [PATCH 1/8] KVM: s390: Remove dead "rerun vcpu" code Christian Borntraeger
2013-09-12  8:33 ` [PATCH 2/8] KVM: s390: Split up __vcpu_run into three parts Christian Borntraeger
2013-09-12  8:59   ` Paolo Bonzini
2013-09-12  9:09     ` Christian Borntraeger
2013-09-12  9:13       ` Paolo Bonzini
2013-09-12  8:33 ` [PATCH 3/8] KVM: s390: Push run loop into __vcpu_run Christian Borntraeger
2013-09-12  8:33 ` [PATCH 4/8] KVM: s390: Lock kvm->srcu at the appropriate places Christian Borntraeger
2013-09-12  8:33 ` [PATCH 5/8] KVM: s390: Allow NULL parameter for kvm_s390_get_regs_rre Christian Borntraeger
2013-09-12  8:33 ` [PATCH 6/8] KVM: s390: Helper for converting real addresses to absolute Christian Borntraeger
2013-09-12  8:33 ` [PATCH 7/8] KVM: s390: Implement TEST BLOCK Christian Borntraeger
2013-09-12  8:33 ` [PATCH 8/8] KVM: s390: Intercept SCK instruction Christian Borntraeger
2013-09-12 16:34 ` [PATCH 0/8] KVM: s390: fixes and cleanup Paolo Bonzini

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.