It will be horrifically slow. VMs in Intel-land are so fast because you don't have to touch the memory or CPU instructions - they are all essentially the same language. When converting from PowerPC to Intel not only does every single CPU instruction need to be translated, but if my memory serves me correctly, even the memory is recorded differently, with the PowerPC storing bytes *backwards*, and that needs to be translated too. SLOW!