linux-s390.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] s390: Host support for channel I/O.
@ 2012-12-20 14:32 Cornelia Huck
  2012-12-20 14:32 ` [PATCH 1/7] KVM: s390: Constify intercept handler tables Cornelia Huck
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Cornelia Huck @ 2012-12-20 14:32 UTC (permalink / raw)
  To: Marcelo Tosatti, Gleb Natapov, KVM, linux-s390
  Cc: Christian Borntraeger, Carsten Otte, Alexander Graf,
	Heiko Carstens, Martin Schwidefsky, Sebastian Ott

Hi,

here's the next iteration of the host patches to support channel
I/O against kvm/next.

Changes from v4 are on the style side; mainly using defines instead
of magic numbers and using helper functions for decoding instructions.

Patches 1 and 2 are new (and can be applied independently of the
channel I/O patches); some things Alex pointed out in the patches
apply to existing code as well.

Please consider for kvm/next.

Cornelia Huck (7):
  KVM: s390: Constify intercept handler tables.
  KVM: s390: Decoding helper functions.
  KVM: s390: Support for I/O interrupts.
  KVM: s390: Add support for machine checks.
  KVM: s390: In-kernel handling of I/O instructions.
  KVM: s390: Base infrastructure for enabling capabilities.
  KVM: s390: Add support for channel I/O instructions.

 Documentation/virtual/kvm/api.txt |  40 ++++-
 arch/s390/include/asm/kvm_host.h  |  11 ++
 arch/s390/kvm/intercept.c         |  45 +++---
 arch/s390/kvm/interrupt.c         | 252 +++++++++++++++++++++++++++++-
 arch/s390/kvm/kvm-s390.c          |  38 +++++
 arch/s390/kvm/kvm-s390.h          |  43 ++++++
 arch/s390/kvm/priv.c              | 316 ++++++++++++++++++++++++++++++++------
 arch/s390/kvm/sigp.c              |   6 +-
 arch/s390/kvm/trace-s390.h        |  26 +++-
 include/trace/events/kvm.h        |   2 +-
 include/uapi/linux/kvm.h          |  21 +++
 11 files changed, 721 insertions(+), 79 deletions(-)

-- 
1.7.12.4

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

end of thread, other threads:[~2013-01-07 21:54 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-20 14:32 [PATCH v5 0/7] s390: Host support for channel I/O Cornelia Huck
2012-12-20 14:32 ` [PATCH 1/7] KVM: s390: Constify intercept handler tables Cornelia Huck
2012-12-20 14:32 ` [PATCH 2/7] KVM: s390: Decoding helper functions Cornelia Huck
2012-12-20 14:32 ` [PATCH 3/7] KVM: s390: Support for I/O interrupts Cornelia Huck
2012-12-20 14:32 ` [PATCH 4/7] KVM: s390: Add support for machine checks Cornelia Huck
2012-12-20 14:32 ` [PATCH 5/7] KVM: s390: In-kernel handling of I/O instructions Cornelia Huck
2012-12-20 14:32 ` [PATCH 6/7] KVM: s390: Base infrastructure for enabling capabilities Cornelia Huck
2012-12-20 14:32 ` [PATCH 7/7] KVM: s390: Add support for channel I/O instructions Cornelia Huck
2013-01-03 13:30 ` [PATCH v5 0/7] s390: Host support for channel I/O Alexander Graf
2013-01-07 21:54 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).