qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] APIC/IOAPIC cleanups
@ 2010-06-05 21:30 Blue Swirl
  0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2010-06-05 21:30 UTC (permalink / raw)
  To: qemu-devel

Devices should not need to access CPUState. Minimize CPUState use in APIC.

Blue Swirl (6):
  ioapic: unexport ioapic_set_irq
  apic.h: rearrange
  ioapic: add ioapic.h
  apic: avoid passing CPUState from devices
  apic: avoid passing CPUState from CPU code
  apic: avoid using CPUState internals

 hw/apic.c               |   95 ++++++++++++++++++----------------------------
 hw/apic.h               |   21 +++++++---
 hw/ioapic.c             |    3 +-
 hw/ioapic.h             |    7 +++
 hw/pc.c                 |   22 ++++++++--
 hw/pc_piix.c            |    2 +-
 target-i386/cpu.h       |   26 ++++++++-----
 target-i386/cpuid.c     |    6 +++
 target-i386/helper.c    |    4 +-
 target-i386/kvm.c       |   14 +++---
 target-i386/op_helper.c |    8 ++--
 11 files changed, 113 insertions(+), 95 deletions(-)
 create mode 100644 hw/ioapic.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-05 21:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-05 21:30 [Qemu-devel] [PATCH 0/6] APIC/IOAPIC cleanups Blue Swirl

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).