qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] abstract shadow and smm opreration.
@ 2010-07-20  7:50 Isaku Yamahata
  2010-07-20  7:50 ` [Qemu-devel] [PATCH v2 1/2] seabios: shadow: make device finding more generic Isaku Yamahata
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Isaku Yamahata @ 2010-07-20  7:50 UTC (permalink / raw)
  To: seabios; +Cc: yamahata, qemu-devel

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-24 17:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20  7:50 [Qemu-devel] [PATCH v2 0/2] abstract shadow and smm opreration Isaku Yamahata
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

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