qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Isaku Yamahata <yamahata@valinux.co.jp>
To: qemu-devel@nongnu.org
Cc: blauwirbel@gmail.com, yamahata@valinux.co.jp
Subject: [Qemu-devel] [PATCH 0/4] acpi: factor out fixed hardware logic
Date: Fri, 25 Mar 2011 19:54:37 +0900	[thread overview]
Message-ID: <cover.1301050187.git.yamahata@valinux.co.jp> (raw)

So far acpi fixed hardware logic (PM TMR, PM1a_EVT, PM1_CNT and GPE0)
are embedded in each device.(acpi_piix.c and vt82c686).
This patch series factors out the logic and consolidate them.
This was the part of q35 chipset patch series which also implements
acpi fixed hardware.
But I made the acpi part independent patch series to make the merge easy.

Isaku Yamahata (4):
  acpi, acpi_piix, vt82c686: factor out PM_TMR logic
  acpi, acpi_piix, vt82c686: factor out PM1a EVT logic
  acpi, acpi_piix, vt82c686: factor out PM1_CNT logic
  acpi, acpi_piix: factor out GPE logic

 hw/acpi.c       |  197 +++++++++++++++++++++++++++++++++++++++++++++++++
 hw/acpi.h       |   68 +++++++++++++++++
 hw/acpi_piix4.c |  220 +++++++++++++-----------------------------------------
 hw/vt82c686.c   |  110 +++++++--------------------
 4 files changed, 346 insertions(+), 249 deletions(-)

             reply	other threads:[~2011-03-25 10:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-25 10:54 Isaku Yamahata [this message]
2011-03-25 10:54 ` [Qemu-devel] [PATCH 1/4] acpi, acpi_piix, vt82c686: factor out PM_TMR logic Isaku Yamahata
2011-03-25 10:54 ` [Qemu-devel] [PATCH 2/4] acpi, acpi_piix, vt82c686: factor out PM1a EVT logic Isaku Yamahata
2011-03-25 10:54 ` [Qemu-devel] [PATCH 3/4] acpi, acpi_piix, vt82c686: factor out PM1_CNT logic Isaku Yamahata
2011-03-25 10:54 ` [Qemu-devel] [PATCH 4/4] acpi, acpi_piix: factor out GPE logic Isaku Yamahata
2011-04-09 16:47 ` [Qemu-devel] [PATCH 0/4] acpi: factor out fixed hardware logic Aurelien Jarno

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=cover.1301050187.git.yamahata@valinux.co.jp \
    --to=yamahata@valinux.co.jp \
    --cc=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).