All of lore.kernel.org
 help / color / mirror / Atom feed
* [0.14?][PATCH 0/4] IOAPIC fixes
@ 2011-02-03 14:55 ` Jan Kiszka
  0 siblings, 0 replies; 36+ messages in thread
From: Jan Kiszka @ 2011-02-03 14:55 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori
  Cc: kvm, Alexander Graf, Gleb Natapov, Avi Kivity, Marcelo Tosatti

This series fixes the re-injection of level-triggered IRQs that are
still raised on APIC EOI, adds a must-have field to the vmstate of the
IOAPIC, and also aligns that vmstate with qemu-kvm.

I would recommend the whole series for 0.14, but at least patch 1 should
be applied.



Jan Kiszka (4):
  ioapic: Implement EOI handling for level-triggered IRQs
  ioapic: Save/restore irr
  ioapic: Prepare for base address relocation
  ioapic: Style & magics cleanup

 hw/apic.c    |    9 ++-
 hw/ioapic.c  |  244 +++++++++++++++++++++++++++++++++++++++++-----------------
 hw/ioapic.h  |   24 ++++++
 hw/pc_piix.c |    5 +-
 4 files changed, 206 insertions(+), 76 deletions(-)
 create mode 100644 hw/ioapic.h


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

end of thread, other threads:[~2011-02-03 20:00 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 14:55 [0.14?][PATCH 0/4] IOAPIC fixes Jan Kiszka
2011-02-03 14:55 ` [Qemu-devel] " Jan Kiszka
2011-02-03 14:55 ` [0.14?][PATCH 1/4] ioapic: Implement EOI handling for level-triggered IRQs Jan Kiszka
2011-02-03 14:55   ` [Qemu-devel] " Jan Kiszka
2011-02-03 19:59   ` Anthony Liguori
2011-02-03 19:59     ` [Qemu-devel] " Anthony Liguori
2011-02-03 14:55 ` [0.14?][PATCH 2/4] ioapic: Save/restore irr Jan Kiszka
2011-02-03 14:55   ` [Qemu-devel] " Jan Kiszka
2011-02-03 14:55 ` [0.14?][PATCH 3/4] ioapic: Prepare for base address relocation Jan Kiszka
2011-02-03 14:55   ` [Qemu-devel] " Jan Kiszka
2011-02-03 17:03   ` Blue Swirl
2011-02-03 17:03     ` Blue Swirl
2011-02-03 17:18     ` Jan Kiszka
2011-02-03 17:18       ` Jan Kiszka
2011-02-03 17:36       ` Blue Swirl
2011-02-03 17:36         ` Blue Swirl
2011-02-03 17:43         ` Jan Kiszka
2011-02-03 17:43           ` Jan Kiszka
2011-02-03 17:54           ` Blue Swirl
2011-02-03 17:54             ` Blue Swirl
2011-02-03 18:01             ` Jan Kiszka
2011-02-03 18:01               ` Jan Kiszka
2011-02-03 19:01               ` Blue Swirl
2011-02-03 19:01                 ` Blue Swirl
2011-02-03 19:06                 ` Jan Kiszka
2011-02-03 19:06                   ` [Qemu-devel] " Jan Kiszka
2011-02-03 19:11                   ` Blue Swirl
2011-02-03 19:11                     ` Blue Swirl
2011-02-03 19:25                     ` Jan Kiszka
2011-02-03 19:25                       ` Jan Kiszka
2011-02-03 19:30                       ` Blue Swirl
2011-02-03 19:30                         ` Blue Swirl
2011-02-03 19:42                         ` Jan Kiszka
2011-02-03 19:42                           ` Jan Kiszka
2011-02-03 14:55 ` [0.14?][PATCH 4/4] ioapic: Style & magics cleanup Jan Kiszka
2011-02-03 14:55   ` [Qemu-devel] " Jan Kiszka

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.