From: Isaku Yamahata <yamahata@valinux.co.jp>
To: seabios@seabios.org
Cc: yamahata@valinux.co.jp, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH 0/7] abstract chipset(i440fx) specific register operation.
Date: Mon, 12 Jul 2010 20:47:45 +0900 [thread overview]
Message-ID: <cover.1278935094.git.yamahata@valinux.co.jp> (raw)
This patch set abstract out chipset specific operation,
and spit out i440fx specific operation into dev-i440fx.c with it.
Thus q35 specific register value/operation will be added easily.
Isaku Yamahata (7):
seabios: pci: introduce helper function to find device from table and
initialize it.
seabios: shadow: make device finding more generic.
seabios: smm: move out piix4 specific logic to dev-i440fx.c
seabios: smm_init: move out i440fx smram operation into dev-i440fx.c
seabios: acpi: move acpi definitions to acpi.h from acpi.c
seabios: acpi: split out piix4 pm logic.
seabios: acpi: clean up of finding pm device.
src/acpi.c | 102 +++++++++--------------------------------------------
src/acpi.h | 81 ++++++++++++++++++++++++++++++++++++++++++
src/dev-i440fx.c | 57 ++++++++++++++++++++++++++++++
src/dev-i440fx.h | 4 ++
src/pci.c | 12 ++++++
src/pci.h | 1 +
src/post.h | 24 +++++++++++++
src/shadow.c | 44 +++++++++++++++--------
src/smm.c | 35 +++++++++++++-----
9 files changed, 251 insertions(+), 109 deletions(-)
create mode 100644 src/post.h
next reply other threads:[~2010-07-12 11:47 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-12 11:47 Isaku Yamahata [this message]
2010-07-12 11:47 ` [Qemu-devel] [PATCH 1/7] seabios: pci: introduce helper function to find device from table and initialize it Isaku Yamahata
2010-07-12 11:47 ` [Qemu-devel] [PATCH 2/7] seabios: shadow: make device finding more generic Isaku Yamahata
2010-07-13 0:59 ` [Qemu-devel] Re: [SeaBIOS] " Kevin O'Connor
2010-07-13 9:45 ` Isaku Yamahata
2010-07-20 3:05 ` Kevin O'Connor
2010-07-12 11:47 ` [Qemu-devel] [PATCH 3/7] seabios: smm: move out piix4 specific logic to dev-i440fx.c Isaku Yamahata
2010-07-12 11:47 ` [Qemu-devel] [PATCH 4/7] seabios: smm_init: move out i440fx smram operation into dev-i440fx.c Isaku Yamahata
2010-07-12 11:47 ` [Qemu-devel] [PATCH 5/7] seabios: acpi: move acpi definitions to acpi.h from acpi.c Isaku Yamahata
2010-07-12 11:47 ` [Qemu-devel] [PATCH 6/7] seabios: acpi: split out piix4 pm logic Isaku Yamahata
2010-07-13 1:02 ` [Qemu-devel] Re: [SeaBIOS] " Kevin O'Connor
2010-07-12 11:47 ` [Qemu-devel] [PATCH 7/7] seabios: acpi: clean up of finding pm device Isaku Yamahata
2010-07-13 0:50 ` [Qemu-devel] Re: [SeaBIOS] [PATCH 0/7] abstract chipset(i440fx) specific register operation Kevin O'Connor
2010-07-13 2:43 ` Isaku Yamahata
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.1278935094.git.yamahata@valinux.co.jp \
--to=yamahata@valinux.co.jp \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.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).