From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PULL 0/8] KVM: s390,virtio-ccw: Features, cleanups and fixes Date: Tue, 04 Mar 2014 12:34:04 +0100 Message-ID: <5315BA2C.80802@redhat.com> References: <1393932438-58848-1-git-send-email-borntraeger@de.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Gleb Natapov , KVM , linux-s390 , Cornelia Huck , Martin Schwidefsky , Heinz Graalfs , Thomas Huth , Jens Freimann To: Christian Borntraeger Return-path: Received: from mx1.redhat.com ([209.132.183.28]:36550 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757234AbaCDLeV (ORCPT ); Tue, 4 Mar 2014 06:34:21 -0500 In-Reply-To: <1393932438-58848-1-git-send-email-borntraeger@de.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: Il 04/03/2014 12:27, Christian Borntraeger ha scritto: > Paolo, > > The following changes since commit d3714010c307d26df251c45be9cd12ab6d41f0c4: > > KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty (2014-02-26 10:11:08 +0100) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-20140304 > > for you to fetch changes up to 96b14536d935848cffd904f583f67c66169002d8: > > virtio-ccw: virtio-ccw adapter interrupt support. (2014-03-04 10:41:04 +0100) > > The pull target is kvm/queue. > > ---------------------------------------------------------------- > this is the next round of patches for KVM: s390: > - It contains the guest kernel part for adapter interrupt support > for virtio-ccw, no irqfd yet > - cleanups, getting rid of some interrupt data structure > - ONEREG access to GBEA and PP > - Fixes for virtio-ccw, sigp > > ---------------------------------------------------------------- > Christian Borntraeger (2): > KVM: s390: Provide access to program parameter > KVM: s390: expose gbea register to userspace > > Cornelia Huck (1): > virtio-ccw: virtio-ccw adapter interrupt support. > > Heinz Graalfs (1): > virtio_ccw: fix vcdev pointer handling issues > > Jens Freimann (2): > KVM: s390: Simplify online vcpus counting for stsi > KVM: s390: get rid of local_int array > > Martin Schwidefsky (1): > s390/airq: add support for irq ranges > > Michael Mueller (3): > KVM: s390: implementation of kvm_arch_vcpu_runnable() > KVM: add kvm_arch_vcpu_runnable() test to kvm_vcpu_on_spin() loop > KVM/s390: Set preempted flag during vcpu wakeup and interrupt delivery > > Takuya Yoshikawa (1): > KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX > > Thomas Huth (1): > KVM: s390: Fixed CC of SIGP SET_PREFIX handler > > arch/s390/include/asm/airq.h | 14 +- > arch/s390/include/asm/irq.h | 1 + > arch/s390/include/asm/kvm_host.h | 5 +- > arch/s390/include/uapi/asm/kvm.h | 2 + > arch/s390/kernel/irq.c | 1 + > arch/s390/kvm/interrupt.c | 9 +- > arch/s390/kvm/kvm-s390.c | 26 +++- > arch/s390/kvm/priv.c | 7 +- > arch/s390/kvm/sigp.c | 148 ++++++++---------- > arch/x86/kvm/x86.c | 7 +- > drivers/s390/cio/airq.c | 66 +++++---- > drivers/s390/kvm/virtio_ccw.c | 313 ++++++++++++++++++++++++++++++++++++--- > virt/kvm/kvm_main.c | 2 +- > 13 files changed, 448 insertions(+), 153 deletions(-) > Pulled to kvm/queue, thanks. Paolo