All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>,
	kvm@vger.kernel.org, linux-s390@vger.kernel.org,
	qemu-devel@nongnu.org
Cc: gleb@kernel.org, agraf@suse.de, pbonzini@redhat.com
Subject: Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
Date: Tue, 04 Mar 2014 10:20:36 +0100	[thread overview]
Message-ID: <53159AE4.5080108@de.ibm.com> (raw)
In-Reply-To: <20140304100530.2417276d.cornelia.huck@de.ibm.com>

On 04/03/14 10:05, Cornelia Huck wrote:
> On Tue, 25 Feb 2014 18:25:15 +0100
> Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> 
>> Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts
>> on guest request. When active, host->guest notifications will be handled
>> via global_indicator -> queue indicators instead of queue indicators +
>> subchannel I/O interrupt. Indicators for virtqueues may be present at an
>> offset.
>>
>> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>> ---
>>  hw/s390x/css.c        |   10 +++++
>>  hw/s390x/css.h        |    2 +
>>  hw/s390x/virtio-ccw.c |  102 +++++++++++++++++++++++++++++++++++++++++++++----
>>  hw/s390x/virtio-ccw.h |    4 ++
>>  target-s390x/ioinst.h |    2 +
>>  target-s390x/kvm.c    |    8 +++-
>>  trace-events          |    1 +
>>  7 files changed, 120 insertions(+), 9 deletions(-)
>>
> 
> As this is a nicely self-contained patch, I'd like to send a pull
> request for this, unless there are any objections.
> 

ACK from my side. I will send out the guest kernel patch with the next kvm patches
for s390.

Christian

WARNING: multiple messages have this Message-ID (diff)
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Cornelia Huck <cornelia.huck@de.ibm.com>,
	kvm@vger.kernel.org, linux-s390@vger.kernel.org,
	qemu-devel@nongnu.org
Cc: gleb@kernel.org, pbonzini@redhat.com, agraf@suse.de
Subject: Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
Date: Tue, 04 Mar 2014 10:20:36 +0100	[thread overview]
Message-ID: <53159AE4.5080108@de.ibm.com> (raw)
In-Reply-To: <20140304100530.2417276d.cornelia.huck@de.ibm.com>

On 04/03/14 10:05, Cornelia Huck wrote:
> On Tue, 25 Feb 2014 18:25:15 +0100
> Cornelia Huck <cornelia.huck@de.ibm.com> wrote:
> 
>> Handle the new CCW_CMD_SET_IND_ADAPTER command enabling adapter interrupts
>> on guest request. When active, host->guest notifications will be handled
>> via global_indicator -> queue indicators instead of queue indicators +
>> subchannel I/O interrupt. Indicators for virtqueues may be present at an
>> offset.
>>
>> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
>> ---
>>  hw/s390x/css.c        |   10 +++++
>>  hw/s390x/css.h        |    2 +
>>  hw/s390x/virtio-ccw.c |  102 +++++++++++++++++++++++++++++++++++++++++++++----
>>  hw/s390x/virtio-ccw.h |    4 ++
>>  target-s390x/ioinst.h |    2 +
>>  target-s390x/kvm.c    |    8 +++-
>>  trace-events          |    1 +
>>  7 files changed, 120 insertions(+), 9 deletions(-)
>>
> 
> As this is a nicely self-contained patch, I'd like to send a pull
> request for this, unless there are any objections.
> 

ACK from my side. I will send out the guest kernel patch with the next kvm patches
for s390.

Christian

  reply	other threads:[~2014-03-04  9:20 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-25 17:25 [PATCH 0/6] qemu: irqfds for s390x Cornelia Huck
2014-02-25 17:25 ` [Qemu-devel] " Cornelia Huck
2014-02-25 17:25 ` [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck
2014-03-04  9:05   ` Cornelia Huck
2014-03-04  9:20     ` Christian Borntraeger [this message]
2014-03-04  9:20       ` Christian Borntraeger
2014-02-25 17:25 ` [PATCH 2/6] linux-headers: add new interfaces Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck
2014-02-25 17:25 ` [PATCH 3/6] kvm: add kvm_enable_cap_{vm,vcpu} Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck
2014-02-25 17:25 ` [PATCH 4/6] s390x: Add I/O adapter registration Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck
2014-02-26  8:29   ` Christian Borntraeger
2014-02-26  8:29     ` [Qemu-devel] " Christian Borntraeger
2014-02-26  8:37     ` Cornelia Huck
2014-02-26  8:37       ` [Qemu-devel] " Cornelia Huck
2014-02-25 17:25 ` [PATCH 5/6] s390x/virtio-ccw: reference-counted indicators Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck
2014-02-25 17:25 ` [PATCH 6/6] s390x/virtio-ccw: Wire up irq routing and irqfds Cornelia Huck
2014-02-25 17:25   ` [Qemu-devel] " Cornelia Huck

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=53159AE4.5080108@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=agraf@suse.de \
    --cc=cornelia.huck@de.ibm.com \
    --cc=gleb@kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.