kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Gleb Natapov <gleb@kernel.org>, KVM <kvm@vger.kernel.org>,
	linux-s390 <linux-s390@vger.kernel.org>,
	Cornelia Huck <cornelia.huck@de.ibm.com>,
	Martin Schwidefsky <schwidefsky@de.ibm.com>,
	Heinz Graalfs <graalfs@linux.vnet.ibm.com>,
	Thomas Huth <thuth@linux.vnet.ibm.com>,
	Jens Freimann <jfrei@linux.vnet.ibm.com>
Subject: Re: [PULL 0/8] KVM: s390,virtio-ccw: Features, cleanups and fixes
Date: Tue, 04 Mar 2014 12:34:04 +0100	[thread overview]
Message-ID: <5315BA2C.80802@redhat.com> (raw)
In-Reply-To: <1393932438-58848-1-git-send-email-borntraeger@de.ibm.com>

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

      parent reply	other threads:[~2014-03-04 11:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-04 11:27 [PULL 0/8] KVM: s390,virtio-ccw: Features, cleanups and fixes Christian Borntraeger
2014-03-04 11:27 ` [PULL 1/8] KVM: s390: Provide access to program parameter Christian Borntraeger
2014-03-04 11:27 ` [PULL 2/8] KVM: s390: expose gbea register to userspace Christian Borntraeger
2014-03-04 11:27 ` [PULL 3/8] KVM: s390: Simplify online vcpus counting for stsi Christian Borntraeger
2014-03-04 11:27 ` [PULL 4/8] KVM: s390: Fixed CC of SIGP SET_PREFIX handler Christian Borntraeger
2014-03-04 11:27 ` [PULL 5/8] KVM: s390: get rid of local_int array Christian Borntraeger
2014-03-04 11:27 ` [PULL 6/8] virtio_ccw: fix vcdev pointer handling issues Christian Borntraeger
2014-03-04 11:27 ` [PULL 7/8] s390/airq: add support for irq ranges Christian Borntraeger
2014-03-04 11:27 ` [PULL 8/8] virtio-ccw: virtio-ccw adapter interrupt support Christian Borntraeger
2014-03-04 11:34 ` Paolo Bonzini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5315BA2C.80802@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=borntraeger@de.ibm.com \
    --cc=cornelia.huck@de.ibm.com \
    --cc=gleb@kernel.org \
    --cc=graalfs@linux.vnet.ibm.com \
    --cc=jfrei@linux.vnet.ibm.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=thuth@linux.vnet.ibm.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).