Re: [PATCH v2 2/3] powerpc/e500: add paravirt QEMU platform
From: Kumar Gala <hidden>
Date: 2012-07-11 12:57:58
On Jul 10, 2012, at 7:26 PM, Scott Wood wrote:
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. =20 As this is the first platform that can run with either e500v2 or e500mc, CONFIG_PPC_E500MC is now a legitimately user configurable option, so add a help text. =20 Signed-off-by: Scott Wood <redacted> --- v2: Added a comment about the flexible nature of this platform, and rebased on Kumar's next =20 arch/powerpc/platforms/85xx/Kconfig | 16 +++++++ arch/powerpc/platforms/85xx/Makefile | 1 + arch/powerpc/platforms/85xx/qemu_e500.c | 72 =
+++++++++++++++++++++++++++++++
arch/powerpc/platforms/Kconfig.cputype | 4 ++ 4 files changed, 93 insertions(+), 0 deletions(-) create mode 100644 arch/powerpc/platforms/85xx/qemu_e500.c
applied to next - k=