qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] piix_pci: factor out pam, smram logic


From: Isaku Yamahata
Subject: [Qemu-devel] [PATCH 0/2] piix_pci: factor out pam, smram logic
Date: Tue, 5 Apr 2011 11:18:24 +0900

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]