kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL 0/4] KVM: s390 features and fixes for 4.5 (kvm/next)
@ 2015-12-15 19:23 Christian Borntraeger
  2015-12-15 19:23 ` [GIT PULL 1/4] KVM: s390: use assignment instead of memcpy Christian Borntraeger
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Christian Borntraeger @ 2015-12-15 19:23 UTC (permalink / raw)
  To: Paolo Bonzini
  Cc: KVM, linux-s390, Cornelia Huck, Jens Freimann, Alexander Graf,
	Christian Borntraeger

Paolo,

here is the 2nd part of the s390 queue for 4.5

The following changes since commit 460146348518a1c4e810d01baf81847f8c6a1c73:

  Merge tag 'kvm-s390-next-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD (2015-12-02 13:50:04 +0100)

are available in the git repository at:

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

for you to fetch changes up to 32e6b236d26946eb076d1450bfb8f9978f15d6b9:

  KVM: s390: consider system MHA for guest storage (2015-12-15 17:08:22 +0100)

----------------------------------------------------------------
KVM: s390 features and fixes for 4.5 (kvm/next)

Some small cleanups
- use assignment instead of memcpy
- use %pK for kernel pointers

Changes regarding guest memory size
- Fix an off-by-one error in our guest memory interface (we might
use unnecessarily big page tables, e.g. 3 levels for a 2GB guest
instead of 2 levels)
- We now ask the machine about the max. supported guest address
  and limit accordingly.

----------------------------------------------------------------
Christian Borntraeger (2):
      KVM: s390: use assignment instead of memcpy
      KVM: s390: obey kptr_restrict in traces

Dominik Dingel (1):
      KVM: s390: fix mismatch between user and in-kernel guest limit

Guenther Hutzl (1):
      KVM: s390: consider system MHA for guest storage

 Documentation/virtual/kvm/devices/vm.txt |  3 ++-
 arch/s390/include/asm/kvm_host.h         |  1 +
 arch/s390/include/uapi/asm/kvm.h         |  2 ++
 arch/s390/kvm/kvm-s390.c                 | 44 ++++++++++++++++++++++++--------
 arch/s390/kvm/trace-s390.h               |  6 ++---
 arch/s390/mm/pgtable.c                   |  4 +--
 drivers/s390/char/sclp_early.c           |  8 +++++-
 7 files changed, 50 insertions(+), 18 deletions(-)


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

end of thread, other threads:[~2015-12-16 17:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-15 19:23 [GIT PULL 0/4] KVM: s390 features and fixes for 4.5 (kvm/next) Christian Borntraeger
2015-12-15 19:23 ` [GIT PULL 1/4] KVM: s390: use assignment instead of memcpy Christian Borntraeger
2015-12-15 19:23 ` [GIT PULL 2/4] KVM: s390: obey kptr_restrict in traces Christian Borntraeger
2015-12-15 19:33   ` Kees Cook
2015-12-15 19:23 ` [GIT PULL 3/4] KVM: s390: fix mismatch between user and in-kernel guest limit Christian Borntraeger
2015-12-15 19:23 ` [GIT PULL 4/4] KVM: s390: consider system MHA for guest storage Christian Borntraeger
2015-12-16 17:49 ` [GIT PULL 0/4] KVM: s390 features and fixes for 4.5 (kvm/next) Paolo Bonzini

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).