qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] piix_pci: factor out pam, smram logic
@ 2011-04-05  2:18 Isaku Yamahata
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Isaku Yamahata @ 2011-04-05  2:18 UTC (permalink / raw)
  To: qemu-devel; +Cc: yamahata

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

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

end of thread, other threads:[~2011-04-05  2:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-05  2:18 [Qemu-devel] [PATCH 0/2] piix_pci: factor out pam, smram logic Isaku Yamahata
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

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