Re: [patch 4/8] KVM: x86: replace hrtimer based timer emulation

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

 



On Wed, Jul 08, 2009 at 07:40:57PM +0300, Gleb Natapov wrote:
> On Wed, Jul 08, 2009 at 01:37:39PM -0300, Marcelo Tosatti wrote:
> > On Wed, Jul 08, 2009 at 07:29:58PM +0300, Gleb Natapov wrote:
> > > On Wed, Jul 08, 2009 at 10:17:21AM -0300, Marcelo Tosatti wrote:
> > > > (but yes, bypassing the irq injection system its not a very beatiful
> > > > shortcut, but its done in other places too eg i8254.c NMI injection via
> > > > all cpus LINT0).
> > > > 
> > > I've looked at this. Why do you say i8254.c NMI injection bypass the irq
> > > injection system? It look to me like it uses usual way to send interrupt
> > > to all cpus.
> > 
> > It goes through apic_accept_irq so its somewhat fine. But it accesses
> > the lapics of other vcpus locklessly (which does not happen via
> > kvm_set_irq path due to irq_lock protection).
> Ah, that the bug then. But otherwise it goes through usual interrupt
> logic. Do you know why the lock is missing? Due to potential deadlock or
> we just forget to lock?

There is no lock to protect the lapics right, normally isr setting is
lockless which is fine, but kvm_apic_local_deliver also reads a
register. Hum, should be fine though.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux