qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Isaku Yamahata <yamahata@valinux.co.jp>
To: seabios@seabios.org
Cc: yamahata@valinux.co.jp, qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH v2 0/2] abstract shadow and smm opreration.
Date: Tue, 20 Jul 2010 16:50:44 +0900	[thread overview]
Message-ID: <cover.1279612021.git.yamahata@valinux.co.jp> (raw)

This is on top of the patch series of
PATCH v2 "abstract chipset(i440fx) specific register operation."

Patch descriontion:
This patch set abstract out shadow and smm operation which are
specific to chipset. and spit out i440fx specific part into dev-i440fx.c.
Thus q35 specific register value/operation will be added easily.


Changes v1 -> v2:
- separated non-arguable part to make the merge easy.
- factor out intel specific shadow memory operation.
- factor out smm operation.
- abstract at device level, not register level.

Isaku Yamahata (2):
  seabios: shadow: make device finding more generic.
  seabios: smm: move out piix4 specific smram logic to dev-i440fx.c

 src/dev-i440fx.c |   44 ++++++++++++++++++++++
 src/dev-i440fx.h |    3 ++
 src/shadow.c     |  106 +++++++++++++++++++++++++++++++++---------------------
 src/smm.c        |   58 +++++++++++++-----------------
 src/util.h       |    6 +++
 5 files changed, 143 insertions(+), 74 deletions(-)

             reply	other threads:[~2010-07-20  7:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-20  7:50 Isaku Yamahata [this message]
2010-07-20  7:50 ` [Qemu-devel] [PATCH v2 1/2] seabios: shadow: make device finding more generic Isaku Yamahata
2010-07-20  7:50 ` [Qemu-devel] [PATCH v2 2/2] seabios: smm: move out piix4 specific smram logic to dev-i440fx.c Isaku Yamahata
2010-07-24 17:39 ` [Qemu-devel] Re: [SeaBIOS] [PATCH v2 0/2] abstract shadow and smm opreration Kevin O'Connor

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