[Qemu-devel] [PATCH 0/3] target/ppc: convert to generic translation loop

Emilio G. Cota posted 3 patches 7 years, 8 months ago
Failed in applying to current master (apply log)
[Qemu-devel] [PATCH 0/3] target/ppc: convert to generic translation loop
Posted by Emilio G. Cota 7 years, 8 months ago
After converting riscv to the translation loop, I'm trying to keep
the momentum going. Hopefully this will lead to quite a few more
targets being converted.

The appended converts the ppc target to TranslatorOps.

I have tested it by booting ubuntu on a ppc64 guest.

Please review! Thanks,

		Emilio