PPC: Use Mac99_U3 type on ppc64
authorAlexander Graf <agraf@suse.de>
Tue, 9 Feb 2010 16:37:02 +0000 (17:37 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 14 Feb 2010 14:10:54 +0000 (16:10 +0200)
commitfd0e9ed8d5f260eaccf8c3eba7dfa7e16475c8fc
treed0ebf4d2670e48ca580d75e4001ae3361dbf7ba5
parent222259cfa3f1143de7ba9fca74592c89eba8208c
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>
hw/pci_ids.h
hw/ppc.h
hw/ppc_mac.h
hw/ppc_newworld.c
hw/unin_pci.c