]> git.proxmox.com Git - qemu.git/commit
PPC: e500: add generic e500 platform
authorScott Wood <scottwood@freescale.com>
Mon, 2 Jul 2012 13:03:21 +0000 (13:03 +0000)
committerAlexander Graf <agraf@suse.de>
Wed, 15 Aug 2012 17:43:13 +0000 (19:43 +0200)
commit4d5c29ca455ed6adb1fb9f8394e4d7badfd0c532
treea877f61a7e0f10dbd69182e1b7e034f75557688b
parente6eaabeb8dfb026da51d178974bddf56f1f06ffe
PPC: e500: add generic e500 platform

This gives the kernel a paravirtualized machine to target, without
requiring both sides to pretend to be targeting a specific board
that likely has little to do with the host in KVM scenarios.  This
avoids the need to add new boards to QEMU, just to be able to
run KVM on new CPUs.

Signed-off-by: Scott Wood <scottwood@freescale.com>
[agraf: conditionalize on CONFIG_FDT]
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/Makefile.objs
hw/ppc/e500plat.c [new file with mode: 0644]