qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Blue Swirl <blauwirbel@gmail.com>
To: qemu-devel <qemu-devel@nongnu.org>
Subject: [Qemu-devel] [PATCH 0/6] APIC/IOAPIC cleanups
Date: Sat, 5 Jun 2010 21:30:38 +0000	[thread overview]
Message-ID: <AANLkTil5i5ZhsWwP9UgHoE_JfmcQSL-ldZddVj6SSSP0@mail.gmail.com> (raw)

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

                 reply	other threads:[~2010-06-05 21:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTil5i5ZhsWwP9UgHoE_JfmcQSL-ldZddVj6SSSP0@mail.gmail.com \
    --to=blauwirbel@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).