lkml.org 
[lkml]   [2022]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
SubjectRE: [PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
Date
Hi Paolo and Dmytro,

> -----Original Message-----
> From: Paolo Bonzini <pbonzini@redhat.com>
> Sent: Wednesday, August 10, 2022 11:48 PM
> To: Dmytro Maluka <dmy@semihalf.com>; Marc Zyngier
> <maz@kernel.org>; eric.auger@redhat.com
> Cc: Dong, Eddie <eddie.dong@intel.com>; Christopherson,, Sean
> <seanjc@google.com>; kvm@vger.kernel.org; Thomas Gleixner
> <tglx@linutronix.de>; Ingo Molnar <mingo@redhat.com>; Borislav
> Petkov <bp@alien8.de>; Dave Hansen <dave.hansen@linux.intel.com>;
> x86@kernel.org; H. Peter Anvin <hpa@zytor.com>; linux-
> kernel@vger.kernel.org; Alex Williamson <alex.williamson@redhat.com>;
> Liu, Rong L <rong.l.liu@intel.com>; Zhenyu Wang
> <zhenyuw@linux.intel.com>; Tomasz Nowicki <tn@semihalf.com>;
> Grzegorz Jaszczyk <jaz@semihalf.com>; upstream@semihalf.com;
> Dmitry Torokhov <dtor@google.com>
> Subject: Re: [PATCH v2 0/5] KVM: Fix oneshot interrupts forwarding
>
> On 8/10/22 19:02, Dmytro Maluka wrote:
> > 1. If vEOI happens for a masked vIRQ, notify resamplefd as usual,
> > but also remember this vIRQ as, let's call it, "pending oneshot".
> >

This is the part always confuses me. In x86 case, for level triggered
interrupt, even if it is not oneshot, there is still "unmask" and the unmask
happens in the same sequence as in oneshot interrupt, just timing is different.
So are you going to differentiate oneshot from "normal" level triggered
interrupt or not? And there is any situation that vEOI happens for an unmasked
vIRQ?

> > 2. A new physical IRQ is immediately generated, so the vIRQ is
> > properly set as pending.
> >

I am not sure this is always the case. For example, a device may not raise a
new interrupt until it is notified that "done reading" - by device driver
writing to a register or something when device driver finishes reading data. So
how do you handle this situation?

> > 3. After the vIRQ is unmasked by the guest, check and find out that
> > it is not just pending but also "pending oneshot", so don't
> > deliver it to a vCPU. Instead, immediately notify resamplefd once
> > again.
> >

Does this mean the change of vfio code also? That seems the case: vfio seems
keeping its own internal "state" whether the irq is enabled or not.

Thanks,

Rong
> > In other words, don't avoid extra physical interrupts in the host
> > (rather, use those extra interrupts for properly updating the pending
> > state of the vIRQ) but avoid propagating those extra interrupts to the
> > guest.
> >
> > Does this sound reasonable to you?
>
> Yeah, this makes sense and it lets the resamplefd set the "pending"
> status in the vGIC. It still has the issue that the interrupt can
> remain pending in the guest for longer than it's pending on the host,
> but that can't be fixed?
>
> Paolo

\
 
 \ /
  Last update: 2022-08-12 00:42    [W:0.080 / U:0.484 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site