qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 09/11] s390x/flic: introduce inject_airq callbac


From: Cornelia Huck
Subject: Re: [Qemu-devel] [PATCH 09/11] s390x/flic: introduce inject_airq callback
Date: Wed, 12 Jul 2017 17:12:52 +0200

On Wed, 12 Jul 2017 14:57:43 +0200
Christian Borntraeger <address@hidden> wrote:

> From: Yi Min Zhao <address@hidden>
> 
> Let's introduce a specialized way to inject adapter interrupts that,
> unlike the common interrupt injection method, allows to take the
> characteristics of the adapter into account.
> 
> For adapters subject to AIS facility:
> - for non-kvm case, we handle the suppression for a given ISC in QEMU.
> - for kvm case, we pass adapter id to kvm to do airq injection.
> 
> Add add tracepoint for suppressed airq and suppressing airq.

s/Add add tracepoint/Add tracepoints/

> 
> Signed-off-by: Yi Min Zhao <address@hidden>
> Signed-off-by: Fei Li <address@hidden>
> Signed-off-by: Christian Borntraeger <address@hidden>
> ---
>  hw/intc/s390_flic.c          | 27 +++++++++++++++++++++++++++
>  hw/intc/s390_flic_kvm.c      | 18 ++++++++++++++++++
>  hw/intc/trace-events         |  4 ++++
>  include/hw/s390x/s390_flic.h |  2 ++
>  4 files changed, 51 insertions(+)

Reviewed-by: Cornelia Huck <address@hidden>



reply via email to

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