All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Fixes for kvm on s390
@ 2012-02-06  9:59 Christian Borntraeger
  2012-02-06  9:59 ` [PATCH 1/6] kvm-s390: Sanitize fpc registers for KVM_SET_FPU Christian Borntraeger
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Christian Borntraeger @ 2012-02-06  9:59 UTC (permalink / raw)
  To: Avi Kivity, Marcelo Tossati
  Cc: Carsten Otte, Alexander Graf, Jens Freimann, Cornelia Huck,
	Heiko Carstens, Martin Schwidefsky, KVM, Christian Borntraeger

Avi, Marcelo,

here are some fixes for kvm on s390.
Patch 1 (Sanitize fpc registers for KVM_SET_FPU) fixes a kernel bug that
can be triggered by a user, this should go into 3.3.
Patch 2 (do store status after handling STOP_ON_STOP bit) reorders some
stop actions but also fixes a scheduling while atomic problem. ->  3.3?
Patches 3-5 are bugs but can wait -> next
Patches 6 extends to sync register feature to control registers. -> next

Christian

Christian Borntraeger (2):
  kvm-s390: Sanitize fpc registers for KVM_SET_FPU
  kvm-s390: provide control registers via kvm_run

Jens Freimann (4):
  kvm-s390: do store status after handling STOP_ON_STOP bit
  kvm-s390: make sigp restart return busy when stop pending
  kvm-s390: ignore sigp stop overinitiative
  kvm-s390: add stop_on_stop flag when doing stop and store

 arch/s390/include/asm/kvm.h |    2 ++
 arch/s390/kvm/intercept.c   |   20 ++++++++++++--------
 arch/s390/kvm/kvm-s390.c    |   11 +++++++++--
 arch/s390/kvm/sigp.c        |   25 ++++++++++++++++++++++++-
 4 files changed, 47 insertions(+), 11 deletions(-)

-- 
1.7.9


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

end of thread, other threads:[~2012-02-08 17:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-06  9:59 [PATCH 0/6] Fixes for kvm on s390 Christian Borntraeger
2012-02-06  9:59 ` [PATCH 1/6] kvm-s390: Sanitize fpc registers for KVM_SET_FPU Christian Borntraeger
2012-02-06  9:59 ` [PATCH 2/6] kvm-s390: do store status after handling STOP_ON_STOP bit Christian Borntraeger
2012-02-06  9:59 ` [PATCH 3/6] kvm-s390: make sigp restart return busy when stop pending Christian Borntraeger
2012-02-06 11:53   ` Carsten Otte
2012-02-06 13:08     ` Christian Borntraeger
2012-02-08  7:28   ` Fixed restart patch Christian Borntraeger
2012-02-08  7:28     ` [PATCH 3/6 v2] kvm-s390: make sigp restart return busy when stop pending Christian Borntraeger
2012-02-06  9:59 ` [PATCH 4/6] kvm-s390: ignore sigp stop overinitiative Christian Borntraeger
2012-02-06  9:59 ` [PATCH 5/6] kvm-s390: add stop_on_stop flag when doing stop and store Christian Borntraeger
2012-02-06  9:59 ` [PATCH 6/6] kvm-s390: provide control registers via kvm_run Christian Borntraeger
2012-02-08 17:44 ` [PATCH 0/6] Fixes for kvm on s390 Marcelo Tosatti

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.