qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] seabios: pci: pci initialization clean up
@ 2010-07-07  3:14 Isaku Yamahata
  2010-07-07  3:14 ` [Qemu-devel] [PATCH v2 1/2] seabios: pci: introduce helper function to initialize a given device Isaku Yamahata
  2010-07-07  3:14 ` [Qemu-devel] [PATCH v2 2/2] seabios: pciinit: use pci device initializer helper function Isaku Yamahata
  0 siblings, 2 replies; 5+ messages in thread
From: Isaku Yamahata @ 2010-07-07  3:14 UTC (permalink / raw)
  To: seabios; +Cc: yamahata, qemu-devel

Changes from v1 -> v2
- renamed files i440fx -> dev->i440fx.
- dropped copyright notice from dev-i440fx.h


This patch series cleans up pci device initialization by introducing
a helper function.
This makes it easier to add more device initialization code cleanly
as preparation for q35 chipset.


Isaku Yamahata (2):
  seabios: pci: introduce helper function to initialize a given device.
  seabios: pciinit: use pci device initializer helper function.

 Makefile         |    2 +-
 src/dev-i440fx.c |   52 ++++++++++++++++++
 src/dev-i440fx.h |    8 +++
 src/pci.c        |   20 +++++++
 src/pci.h        |   34 ++++++++++++
 src/pciinit.c    |  160 +++++++++++++++++++++++++-----------------------------
 6 files changed, 188 insertions(+), 88 deletions(-)
 create mode 100644 src/dev-i440fx.c
 create mode 100644 src/dev-i440fx.h

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

end of thread, other threads:[~2010-07-11  2:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-07  3:14 [Qemu-devel] [PATCH v2 0/2] seabios: pci: pci initialization clean up Isaku Yamahata
2010-07-07  3:14 ` [Qemu-devel] [PATCH v2 1/2] seabios: pci: introduce helper function to initialize a given device Isaku Yamahata
2010-07-07  3:14 ` [Qemu-devel] [PATCH v2 2/2] seabios: pciinit: use pci device initializer helper function Isaku Yamahata
2010-07-10 17:14   ` [Qemu-devel] Re: [SeaBIOS] " Kevin O'Connor
2010-07-11  2:52     ` 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).