From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: [PATCH 0/6] KVM: s390: Patches for kvm-next. Date: Wed, 12 Jun 2013 13:54:51 +0200 Message-ID: <1371038097-28577-1-git-send-email-cornelia.huck@de.ibm.com> Return-path: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Gleb Natapov , Paolo Bonzini Cc: Christian Borntraeger , Heiko Carstens , Martin Schwidefsky , KVM , linux-s390 List-ID: Hi, here are some patches that have accumulated in our kvm/s390 patch queue. There's now support for large pages in the guest, and perf samples can be sorted between kvm host or guest. Other than that, some cleanup and a bugfix. Please apply. Christian Borntraeger (3): KVM: s390: Provide function for setting the guest storage key KVM: s390: guest large pages KVM: s390: Use common waitqueue Heinz Graalfs (1): KVM: s390,perf: Detect if perf samples belong to KVM host or guest Michael Mueller (1): KVM: s390: code cleanup to use common vcpu slab cache Thomas Huth (1): KVM: s390: Fix epsw instruction decoding arch/s390/include/asm/kvm_host.h | 8 +++- arch/s390/include/asm/perf_event.h | 10 +++++ arch/s390/include/asm/pgalloc.h | 3 ++ arch/s390/kernel/entry64.S | 1 + arch/s390/kernel/perf_event.c | 52 ++++++++++++++++++++++ arch/s390/kernel/s390_ksyms.c | 1 + arch/s390/kvm/interrupt.c | 18 ++++---- arch/s390/kvm/kvm-s390.c | 15 ++++--- arch/s390/kvm/kvm-s390.h | 6 +++ arch/s390/kvm/priv.c | 89 ++++++++++++++++++++++++++++++++++++-- arch/s390/kvm/sigp.c | 16 +++---- arch/s390/mm/pgtable.c | 48 ++++++++++++++++++++ 12 files changed, 238 insertions(+), 29 deletions(-) -- 1.8.1.6