All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3]: Fixes to IRQ routing
@ 2010-06-16 21:11 Chris Lalancette
  2010-06-16 21:11 ` [PATCH v3 1/3] Introduce a workqueue to deliver PIT timer interrupts Chris Lalancette
                   ` (3 more replies)
  0 siblings, 4 replies; 23+ messages in thread
From: Chris Lalancette @ 2010-06-16 21:11 UTC (permalink / raw)
  To: kvm

As we've discussed previously, here is a series of patches to
fix some of the IRQ routing issues we have in KVM.  With this series
in place I was able to successfully kdump a RHEL-5 64-bit, and RHEL-6
32- and 64-bit guest on CPU's other than the BSP.  RHEL-5 32-bit kdump still
does not work; it gets stuck on "Checking 'hlt' instruction".  However,
it does that both before and after this series, so there is something
else going on there that I still have to debug.

I also need to change the "kvm_migrate_pit_timer" function to migrate the
timer over to the last CPU that handled the timer interrupt, on the
theory that that particlar CPU is likely to handle the timer interrupt again
in the near future.  However, this is an optimization and shouldn't delay the
inclusion of the rest of the series for correctness.

Changes since RFC:
     - Changed ps->inject_lock from raw_spinlock_t to spinlock_t
     - Fixed up some formatting issues
     - Changed to have one PIT workqueue per-guest
     - Remember to cancel_work_sync when destroying the PIT

Changes since v1:
     - Call cancel_work_sync everywhere we call hrtimer_cancel
     - Bring back the reinjection logic
     - Fix up formatting issues from checkpatch

Changes since v2:
     - Fix up the reinjection logic thanks to review from Gleb and Marcelo
       Tested with -no-kvm-pit-reinjection on a RHEL-3 guest


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

end of thread, other threads:[~2012-04-18  8:28 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-16 21:11 [PATCH v3 0/3]: Fixes to IRQ routing Chris Lalancette
2010-06-16 21:11 ` [PATCH v3 1/3] Introduce a workqueue to deliver PIT timer interrupts Chris Lalancette
2012-04-16 16:33   ` Jan Kiszka
2012-04-16 17:07     ` Avi Kivity
2012-04-17  9:31     ` Gleb Natapov
2012-04-17 10:23       ` Avi Kivity
2012-04-17 10:26         ` Gleb Natapov
2012-04-17 10:29           ` Avi Kivity
2012-04-17 10:31             ` Gleb Natapov
2012-04-17 10:42               ` Avi Kivity
2012-04-17 10:43                 ` Avi Kivity
2012-04-17 11:05                 ` Gleb Natapov
2012-04-17 12:00                   ` Avi Kivity
2012-04-17 12:03                     ` Gleb Natapov
2012-04-17 12:06                       ` Avi Kivity
2012-04-17 16:15                         ` Jan Kiszka
2012-04-17 16:17                           ` Avi Kivity
2012-04-18  8:04                             ` Gleb Natapov
2012-04-18  8:25                               ` Avi Kivity
2012-04-18  8:27                                 ` Gleb Natapov
2010-06-16 21:11 ` [PATCH v3 2/3] Allow any LAPIC to accept PIC interrupts Chris Lalancette
2010-06-16 21:11 ` [PATCH v3 3/3] In DM_LOWEST, only deliver interrupts to vcpus with enabled LAPIC's Chris Lalancette
2010-06-18 17:44 ` [PATCH v3 0/3]: Fixes to IRQ routing Marcelo Tosatti

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.