Statistics
| Branch: | Revision:

root / hw / ppc / e500plat.c @ a1e47211

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
4d5c29ca 08/15/2012 08:43 pm Scott Wood

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...