summaryrefslogtreecommitdiff
path: root/hw/ppc.h
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2010-02-09 17:37:02 +0100
committerMichael S. Tsirkin <mst@redhat.com>2010-02-14 16:10:54 +0200
commit0f921197f1a83e4fe6e71a9edef7e2a0afb712b7 (patch)
treed0ebf4d2670e48ca580d75e4001ae3361dbf7ba5 /hw/ppc.h
parentd86f0e32c61065d670fa9b0f9a0c2a12e4c80c73 (diff)
downloadqemu-0f921197f1a83e4fe6e71a9edef7e2a0afb712b7.tar.gz
PPC: Use Mac99_U3 type on ppc64
The "Mac99" type so far defines a "U2" based configuration. Unfortunately, there have never been any U2 based PPC64 machines. That's what the U3 was developed for. So let's split the Mac99 machine in a PPC64 and a PPC32 machine. The PPC32 machine stays "Mac99", while the PPC64 one becomes "Mac99_U3". All peripherals stay the same. Signed-off-by: Alexander Graf <agraf@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/ppc.h')
-rw-r--r--hw/ppc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc.h b/hw/ppc.h
index bbf3a986b6..b9a12a1133 100644
--- a/hw/ppc.h
+++ b/hw/ppc.h
@@ -40,6 +40,7 @@ enum {
ARCH_PREP = 0,
ARCH_MAC99,
ARCH_HEATHROW,
+ ARCH_MAC99_U3,
};
#define FW_CFG_PPC_WIDTH (FW_CFG_ARCH_LOCAL + 0x00)