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

Third round, primarily dropping IOAPIC relocation support:
 - replace IOAPIC relocation with a qemu-kvm compat patch
 - fix ioapic_eoi_broadcast name

Note that, even if we do not include the base address explicitly in the
IOAPIC state, we will still need to read it out for KVM in-kernel
support as its ABI considers the base address part of the IOAPIC state.



Jan Kiszka (4):
  ioapic: Implement EOI handling for level-triggered IRQs
  ioapic: Save/restore irr
  ioapic: Add support for qemu-kvm's vmstate v2
  ioapic: Style & magics cleanup

 hw/apic.c   |    9 ++-
 hw/ioapic.c |  230 +++++++++++++++++++++++++++++++++++++++++------------------
 hw/ioapic.h |   20 +++++
 3 files changed, 186 insertions(+), 73 deletions(-)
 create mode 100644 hw/ioapic.h


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

end of thread, other threads:[~2011-02-04 12:51 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-03 21:54 [0.14?][PATCH v3 0/4] IOAPIC fixes Jan Kiszka
2011-02-03 21:54 ` [Qemu-devel] " Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 1/4] ioapic: Implement EOI handling for level-triggered IRQs Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-04 12:51   ` Anthony Liguori
2011-02-04 12:51     ` Anthony Liguori
2011-02-03 21:54 ` [0.14?][PATCH v3 2/4] ioapic: Save/restore irr Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 3/4] ioapic: Add support for qemu-kvm's vmstate v2 Jan Kiszka
2011-02-03 21:54   ` [Qemu-devel] " Jan Kiszka
2011-02-03 21:54 ` [0.14?][PATCH v3 4/4] ioapic: Style & magics cleanup Jan Kiszka
2011-02-03 21:54   ` [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.