All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/7] KVM: s390: Fixes and features for next (3.18)
@ 2014-09-10 13:53 Christian Borntraeger
  2014-09-10 13:53 ` [GIT PULL 1/7] KVM: CPACF: Enable MSA4 instructions for kvm guest Christian Borntraeger
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Christian Borntraeger @ 2014-09-10 13:53 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: KVM, Gleb Natapov, Alexander Graf, Cornelia Huck, Jens Freimann,
	linux-s390, Christian Borntraeger

Paolo,

please have a look at the next bunch of s390 patches and consider to apply:

The following changes since commit fd2752352bbc98850d83b5448a288d8991590317:

  KVM: x86: use guest maxphyaddr to check MTRR values (2014-08-29 18:56:24 +0200)

are available in the git repository at:

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

for you to fetch changes up to bfac1f59a1afb13a3cf225bffd04be99a49c51a6:

  KVM: s390/interrupt: remove double assignment (2014-09-10 12:19:45 +0200)

----------------------------------------------------------------
KVM: s390: Fixes and features for next (3.18)

1. Crypto/CPACF support: To enable the MSA4 instructions we have to
   provide a common control structure for each SIE control block
2. Two cleanups found by a static code checker: one redundant assignment
   and one useless if
3. Fix the page handling of the diag10 ballooning interface. If the
   guest freed the pages at absolute 0 some checks and frees were
   incorrect
4. Limit guests to 16TB
5. Add __must_check to interrupt injection code

----------------------------------------------------------------
Christian Borntraeger (6):
      KVM: s390: add __must_check to interrupt deliver functions
      KVM: s390: Limit guest size to 16TB
      KVM: s390: unintended fallthrough for external call
      KVM: s390: get rid of constant condition in ipte_unlock_simple
      KVM: s390/cmm: Fix prefix handling for diag 10 balloon
      KVM: s390/interrupt: remove double assignment

Tony Krowiak (1):
      KVM: CPACF: Enable MSA4 instructions for kvm guest

 arch/s390/include/asm/kvm_host.h | 14 +++++++++++++-
 arch/s390/kvm/diag.c             | 26 ++++++++++++++++++--------
 arch/s390/kvm/gaccess.c          |  3 +--
 arch/s390/kvm/interrupt.c        | 14 +++++++-------
 arch/s390/kvm/kvm-s390.c         | 35 ++++++++++++++++++++++++++++++++++-
 arch/s390/kvm/kvm-s390.h         |  2 +-
 6 files changed, 74 insertions(+), 20 deletions(-)

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

end of thread, other threads:[~2014-09-11  9:09 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-10 13:53 [GIT PULL 0/7] KVM: s390: Fixes and features for next (3.18) Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 1/7] KVM: CPACF: Enable MSA4 instructions for kvm guest Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 2/7] KVM: s390: add __must_check to interrupt deliver functions Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 3/7] KVM: s390: Limit guest size to 16TB Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 4/7] KVM: s390: unintended fallthrough for external call Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 5/7] KVM: s390: get rid of constant condition in ipte_unlock_simple Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 6/7] KVM: s390/cmm: Fix prefix handling for diag 10 balloon Christian Borntraeger
2014-09-10 13:53 ` [GIT PULL 7/7] KVM: s390/interrupt: remove double assignment Christian Borntraeger
2014-09-11  9:09 ` [GIT PULL 0/7] KVM: s390: Fixes and features for next (3.18) 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.