[OpenBIOS] [PATCH 0/7] PPC64 guest fixes

Alexander Graf agraf at suse.de
Mon Feb 22 17:14:41 CET 2010


In an effort to get PPC64 guests working properly, this patch set
implements all bits necessary to make PPC64 guests work with current
Qemu git.

If there are no strong objections to this set, I'll just commit it.

Alexander Graf (7):
  PPC: Increase instruction cache size
  PPC: Get timebase and clock speed from fw_cfg
  PPC: Create interrupt map for PCI
  PPC: Fix interrupt numbers
  PPC: Add U3 based Mac machine
  PPC: Set Uninorth interrupt numbers to new Qemu values
  PPC: Disable host binary build

 arch/ppc/qemu/init.c           |   41 +++++++++++++++++++++++---------------
 config/examples/ppc_config.xml |    2 +-
 drivers/cuda.c                 |    7 +++++-
 drivers/ide.c                  |   29 ++++++++++++++++++++++++--
 drivers/macio.c                |   16 ++++++++++++++-
 drivers/pci.c                  |   42 ++++++++++++++++++++++++++++++++++++++++
 drivers/pci_database.c         |   10 +++++++-
 include/openbios/fw_cfg.h      |    6 +++++
 include/openbios/pci.h         |   11 ++++++++++
 9 files changed, 140 insertions(+), 24 deletions(-)




More information about the OpenBIOS mailing list