From: Isaku Yamahata <yamahata@valinux.co.jp>
To: qemu-devel@nongnu.org
Cc: yamahata@valinux.co.jp
Subject: [Qemu-devel] [PATCH 0/2] piix_pci: factor out pam, smram logic
Date: Tue, 5 Apr 2011 11:18:24 +0900 [thread overview]
Message-ID: <cover.1301969669.git.yamahata@valinux.co.jp> (raw)
Factor out PC pam, smram logic. which will also be used for q35 later.
All the magic numbers are replaced with symbolic constants at the same.
As by product, pc_piix initalization is simplified a bit.
Isaku Yamahata (2):
pc/piix_pci: factor out smram/pam logic
pc, i440fx: simplify i440fx initialization
Makefile.target | 2 +-
hw/pam.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
hw/pam.h | 96 +++++++++++++++++++++++++++++++++++++++++
hw/pc.h | 2 +-
hw/pc_piix.c | 8 +---
hw/piix_pci.c | 84 +++++++-----------------------------
6 files changed, 243 insertions(+), 77 deletions(-)
create mode 100644 hw/pam.c
create mode 100644 hw/pam.h
next reply other threads:[~2011-04-05 2:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-05 2:18 Isaku Yamahata [this message]
2011-04-05 2:18 ` [Qemu-devel] [PATCH 1/2] pc/piix_pci: factor out smram/pam logic Isaku Yamahata
2011-04-05 2:18 ` [Qemu-devel] [PATCH 2/2] pc, i440fx: simplify i440fx initialization 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.1301969669.git.yamahata@valinux.co.jp \
--to=yamahata@valinux.co.jp \
--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).