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: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 1/6] s390x/virtio-ccw: Adapter interrupt support.
Date: Tue, 4 Mar 2014 10:05:30 +0100

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.




reply via email to

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