qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/7] abstract chipset(i440fx) specific register operation.
@ 2010-07-12 11:47 Isaku Yamahata
  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
                   ` (7 more replies)
  0 siblings, 8 replies; 14+ messages in thread
From: Isaku Yamahata @ 2010-07-12 11:47 UTC (permalink / raw)
  To: seabios; +Cc: yamahata, qemu-devel

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

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

end of thread, other threads:[~2010-07-20  3:05 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-12 11:47 [Qemu-devel] [PATCH 0/7] abstract chipset(i440fx) specific register operation Isaku Yamahata
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

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