qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support


From: Christian Borntraeger
Subject: Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
Date: Tue, 04 Mar 2014 10:20:36 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 04/03/14 10:05, Cornelia Huck wrote:
> On Tue, 25 Feb 2014 18:25:15 +0100
> Cornelia Huck <address@hidden> 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 <address@hidden>
>> ---
>>  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 via email to

[Prev in Thread] Current Thread [Next in Thread]