Skip to content

Commit

Permalink
Merge remote-tracking branch 'afaerber-or/prep-up' into staging
Browse files Browse the repository at this point in the history
* afaerber-or/prep-up:
  prep: Use pc87312 device instead of collection of random ISA devices
  prep: Add pc87312 Super I/O emulation
  prep: Include devices for ppc64 as well

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
  • Loading branch information
Anthony Liguori committed Jan 11, 2013
2 parents 47a150a + 63e3555 commit 80ec243
Show file tree
Hide file tree
Showing 8 changed files with 477 additions and 32 deletions.
1 change: 1 addition & 0 deletions MAINTAINERS
Expand Up @@ -396,6 +396,7 @@ L: qemu-ppc@nongnu.org
S: Odd Fixes
F: hw/ppc_prep.c
F: hw/prep_pci.[hc]
F: hw/pc87312.[hc]

sPAPR
M: David Gibson <david@gibson.dropbear.id.au>
Expand Down
2 changes: 2 additions & 0 deletions default-configs/ppc-softmmu.mak
Expand Up @@ -8,6 +8,7 @@ CONFIG_M48T59=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCKBD=y
CONFIG_FDC=y
Expand All @@ -16,6 +17,7 @@ CONFIG_I82374=y
CONFIG_OPENPIC=y
CONFIG_PREP_PCI=y
CONFIG_I82378=y
CONFIG_PC87312=y
CONFIG_MACIO=y
CONFIG_PCSPK=y
CONFIG_CUDA=y
Expand Down
5 changes: 5 additions & 0 deletions default-configs/ppc64-softmmu.mak
Expand Up @@ -8,13 +8,18 @@ CONFIG_M48T59=y
CONFIG_VGA=y
CONFIG_VGA_PCI=y
CONFIG_SERIAL=y
CONFIG_PARALLEL=y
CONFIG_I8254=y
CONFIG_PCKBD=y
CONFIG_FDC=y
CONFIG_DMA=y
CONFIG_I82374=y
CONFIG_OPENPIC=y
CONFIG_PREP_PCI=y
CONFIG_I82378=y
CONFIG_PC87312=y
CONFIG_MACIO=y
CONFIG_PCSPK=y
CONFIG_CUDA=y
CONFIG_ADB=y
CONFIG_MAC_NVRAM=y
Expand Down
1 change: 1 addition & 0 deletions hw/Makefile.objs
Expand Up @@ -48,6 +48,7 @@ extra-obj-y += pci/
# PPC devices
common-obj-$(CONFIG_PREP_PCI) += prep_pci.o
common-obj-$(CONFIG_I82378) += i82378.o
common-obj-$(CONFIG_PC87312) += pc87312.o
# Mac shared devices
common-obj-$(CONFIG_MACIO) += macio.o
common-obj-$(CONFIG_CUDA) += cuda.o
Expand Down

0 comments on commit 80ec243

Please sign in to comment.