Jerone Young wrote: > So the recent code in qemu cvs has problem powerpc. So what I have done > is mainly work around this in the build system, by creating > ppcemb_kvm-sofmmu target. Along with this is a fake-exec.c that stubs > out the functions that are no longer defined (something done by Anthony > Liguori attempting to fix qemu_cvs). What do folks think about this > approach, for us all we really need is a qemu that is not built with tcg > dependency. > >
Since a target in qemu is a cpu type, how the instructions are executed (kvm, kqemu, dyngen, or tcg) shouldn't come into it. Instead we can have a --without-cpu-emulation or --no-tcg which would simply disable those parts. -- Any sufficiently difficult bug is indistinguishable from a feature. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
