qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH for-4.1] vfio/common: Introduce vfio_set_irq_sig


From: Auger Eric
Subject: Re: [Qemu-devel] [PATCH for-4.1] vfio/common: Introduce vfio_set_irq_signaling helper
Date: Tue, 23 Apr 2019 17:11:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0

Hi Cornelia

On 4/12/19 1:31 PM, Cornelia Huck wrote:
> On Tue,  9 Apr 2019 17:58:31 +0200
> Eric Auger <address@hidden> wrote:
> 
>> The code used to assign an interrupt index/subindex to an
>> eventfd is duplicated many times. Let's introduce an helper that
>> allows to set/unset the signaling for an ACTION_TRIGGER or
>> ACTION_UNMASK action.
> 
> I like that, and it looks like ccw can use the new function as well. (I
> can do a patch on top.)

Thanks! Yes, feel free to proceed with the ccw patch once this gets
merged.
> 
>>
>> Signed-off-by: Eric Auger <address@hidden>
>>
>> ---
>>
>> This is a follow-up to
>> [PATCH v2 0/2] vfio-pci: Introduce vfio_set_event_handler().
>> It looks to me that introducing vfio_set_irq_signaling() has more
>> benefits in term of code reduction and the helper abstraction
>> looks cleaner.
>> ---
>>  hw/vfio/common.c              |  61 +++++++++
>>  hw/vfio/pci.c                 | 224 ++++++++--------------------------
>>  hw/vfio/platform.c            |  55 +++------
>>  include/hw/vfio/vfio-common.h |   2 +
>>  4 files changed, 134 insertions(+), 208 deletions(-)
> 
> Reviewed-by: Cornelia Huck <address@hidden>
Thanks

Eric
> 



reply via email to

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