From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Borntraeger Subject: [PATCH 0/5] KVM: s390: patches for 4.15 Date: Wed, 8 Nov 2017 09:41:38 +0100 Message-ID: <20171108084143.78654-1-borntraeger@de.ibm.com> Return-path: Sender: kvm-owner@vger.kernel.org List-Archive: List-Post: To: Cornelia Huck Cc: KVM , Christian Borntraeger , linux-s390 List-ID: My next pull request will be pretty small it seems as exitless interrupt, crypto and large page support are all not ready yet. Anyway here is what I have pending as of today and what will be part of my next pull request. Christian Borntraeger (1): KVM: s390: document memory ordering for kvm_s390_vcpu_wakeup David Hildenbrand (1): KVM: s390: vsie: use common code functions for pinning Michael Mueller (2): KVM: s390: abstract conversion between isc and enum irq_types KVM: s390: clear_io_irq() requests are not expected for adapter interrupts Tony Krowiak (1): KVM: s390: SIE considerations for AP Queue virtualization Documentation/virtual/kvm/devices/s390_flic.txt | 3 ++ arch/s390/include/asm/kvm_host.h | 25 +++++++++++-- arch/s390/kvm/interrupt.c | 26 +++++++++++-- arch/s390/kvm/vsie.c | 50 +++++++++---------------- include/linux/kvm_host.h | 1 + virt/kvm/kvm_main.c | 4 +- 6 files changed, 67 insertions(+), 42 deletions(-) -- 2.9.4