public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] PIC fixes
@ 2009-08-04 12:30 Gleb Natapov
  2009-08-04 12:30 ` [PATCH 1/3] Call kvm_vcpu_kick() inside pic spinlock Gleb Natapov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Gleb Natapov @ 2009-08-04 12:30 UTC (permalink / raw)
  To: avi; +Cc: kvm

Ack notifiers called at wrong time in PIC. kvm_vcpu_kick() can be called
under spinlock now, so code can be simplified.

Gleb Natapov (3):
  Call kvm_vcpu_kick() inside pic spinlock
  Call ack notifiers from PIC when guest OS acks an IRQ.
  Replace pic_lock()/pic_unlock() with direct call to spinlock
    functions.

 arch/x86/kvm/i8259.c |   64 +++++++++++++------------------------------------
 arch/x86/kvm/irq.h   |    1 -
 2 files changed, 17 insertions(+), 48 deletions(-)


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-08-09  9:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-04 12:30 [PATCH 0/3] PIC fixes Gleb Natapov
2009-08-04 12:30 ` [PATCH 1/3] Call kvm_vcpu_kick() inside pic spinlock Gleb Natapov
2009-08-04 12:30 ` [PATCH 2/3] Call ack notifiers from PIC when guest OS acks an IRQ Gleb Natapov
2009-08-04 12:30 ` [PATCH 3/3] Replace pic_lock()/pic_unlock() with direct call to spinlock functions Gleb Natapov
2009-08-05 19:05 ` [PATCH 0/3] PIC fixes Marcelo Tosatti
2009-08-09  9:09 ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox