]> git.proxmox.com Git - qemu.git/commit - hw/unin_pci.c
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)
commit0f921197f1a83e4fe6e71a9edef7e2a0afb712b7
treed0ebf4d2670e48ca580d75e4001ae3361dbf7ba5
parentd86f0e32c61065d670fa9b0f9a0c2a12e4c80c73
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