qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [0.14?][PATCH 0/4] IOAPIC fixes
@ 2011-02-03 14:55 Jan Kiszka
  2011-02-03 14:55 ` [Qemu-devel] [0.14?][PATCH 1/4] ioapic: Implement EOI handling for level-triggered IRQs Jan Kiszka
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jan Kiszka @ 2011-02-03 14:55 UTC (permalink / raw)
  To: qemu-devel, Anthony Liguori
  Cc: Gleb Natapov, Marcelo Tosatti, Alexander Graf, kvm, Avi Kivity

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] 18+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).